. ├── rust/ # Rust source code │ ├── Cargo.toml # Rust project configuration │ ├── src/ │ │ └── lib.rs # FFI library implementation │ └── target/release/ # Compiled Rust library ├── csharp/ # C# ...