Macros§
Structs§
- Decoder
- A wrapper around a buffer that tracks which parts of a buffer have already been read from.
- Encoder
- A wrapper around a buffer that tracks which parts of a buffer have already been written to.
- Option
Abi - A
CrubitAbifor encoding anOptionby encoding a bool followed by the value if the bool is true. - Transmute
Abi - A
CrubitAbifor encoding a value by transmuting it into the buffer.
Traits§
- Crubit
Abi - A mutually understood ABI for sending bridge types between Rust and C++.
Functions§
- transmute_
abi - Shorthand for constructiong a new
TransmuteAbi<T>.