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