Structs§
- Diplomat
Write - An object that can one can write UTF-8 strings to
Functions§
- diplomat_
buffer_ write_ create - Create an
DiplomatWritethat can write to a dynamically allocated buffer managed by Rust. - diplomat_
buffer_ ⚠write_ destroy - Destructor for Rust-memory backed writables.
- diplomat_
buffer_ write_ get_ bytes - Grabs a pointer to the underlying buffer of a writable.
- diplomat_
buffer_ write_ len - Gets the length in bytes of the content written to the writable.
- diplomat_
simple_ ⚠write - Create an
DiplomatWritethat can write to a fixed-length stack allocatedu8buffer.