FFI Verification Diagrams
Scope
This document provides verification diagrams for the FFI (Foreign Function Interface) layer between Python and Rust components.
- File:
docs/architecture/FFI_VERIFICATION_DIAGRAMS.md - Last updated: 2026-04-01
- Focus: Visual verification of FFI boundaries and runtime behavior
Code Anchors
src/opensynaptic/core/pycore/core.pysrc/opensynaptic/core/coremanager.pysrc/opensynaptic/core/layered_protocol_manager.pysrc/opensynaptic/core/rscore/src/opensynaptic/services/
Practical Verification
Use these commands to verify relevant behavior in the current workspace:
pip install -e .
python -u src/main.py plugin-test --suite component
python -u src/main.py plugin-test --suite stress --workers 8 --total 200
Related Documents
Notes
- For canonical runtime behavior, refer to source modules in
src/opensynaptic/.