Module spacetimedb_lib::buffer
source · Expand description
Minimal utility for reading & writing the types we need to internal storage,
without relying on types in third party libraries like bytes::Bytes, etc.
Meant to be kept slim and trim for use across both native and WASM.
Structs
- A cursor based [
BufReader<'de>] implementation.
Enums
- An error that occurred when decoding.
Traits
- A buffered reader of some kind.
- A buffered writer of some kind.