Crate scursor

Source
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§

ReadCursor
Secure read-only cursor
ReadError
Error returned when insufficient data exists to deserialize requested type
TrailingBytes
Error when asserting that there are no remaining bytes
WriteCursor
Secure write cursor

Enums§

WriteError
Error type returned when a seek is requested beyond the bounds of the buffer or numeric range