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