- Zngur
- 1. Tutorial
- 2. Calling Rust from C++
- 2.1. Name mapping
- 2.2. Wellknown traits
- 2.3. Layout policy
- 2.4. Types with special support
- 2.5. Panic and exceptions
- 3. Calling C++ from Rust
- 3.1. Calling C++ free functions
- 3.2. Writing impl blocks for Rust types in C++
3.3. Box<dyn Fn>
- 3.4. Opaque C++ types
- 4. Safety
- 5. How it compares to other tools
- 6. Design decisions
- 7. How it works?