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§
- Count
Writer - A
BufWriterthat only counts the bytes. - Cursor
- A cursor based
BufReader<'de>implementation. - TeeWriter
- A
BufWriterthat writes the bytes to two writersW1andW2.
Enums§
- Decode
Error - An error that occurred when decoding.