doc: update ffi design

This commit is contained in:
2026-08-14 16:38:09 +08:00
parent d7e92d588f
commit 40fee18194
9 changed files with 144 additions and 28 deletions
+1
View File
@@ -10,6 +10,7 @@ to write the accompanying C/C++ header files.
* [Rust Side](rust-side.md)
- [FFI Function Signature](rust-side/func-signature.md)
- [Library Architecture](rust-side/library-architecture.md)
- [Allowed Data Types](rust-side/data-types.md)
- [FFI Example](rust-side/example.md)
- [Miscellaneous Stuff](rust-side/misc.md)