Skip to main content

Crate crubit_bridge_rust

Crate crubit_bridge_rust 

Source

Macros§

unstable_encode
unstable_return

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.
OptionAbi
A CrubitAbi for encoding an Option by encoding a bool followed by the value if the bool is true.
TransmuteAbi
A CrubitAbi for encoding a value by transmuting it into the buffer.

Traits§

CrubitAbi
A mutually understood ABI for sending bridge types between Rust and C++.

Functions§

transmute_abi
Shorthand for constructiong a new TransmuteAbi<T>.