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. Safety
  6. How it compares to other tools
  7. Design decisions
  8. How it works?