Module diplomat_runtime::writeable
source · Structs§
- An object that can one can write UTF-8 strings to
Functions§
- Create an
DiplomatWriteable
that can write to a dynamically allocated buffer managed by Rust. - Destructor for Rust-memory backed writables.
- Grabs a pointer to the underlying buffer of a writable.
- Gets the length in bytes of the content written to the writable.
- Create an
DiplomatWriteable
that can write to a fixed-length stack allocatedu8
buffer.