Expand description
Library for secure reading and writing of binary data:
- forbid(unsafe_code)
- recursion-free
- no_std
- panic-free API
- support for transactions
Structs§
- Read
Cursor - Secure read-only cursor
- Read
Error - Error returned when insufficient data exists to deserialize requested type
- Trailing
Bytes - Error when asserting that there are no remaining bytes
- Write
Cursor - Secure write cursor
Enums§
- Write
Error - Error type returned when a seek is requested beyond the bounds of the buffer or numeric range