#cursor #byteorder #byteorder-cursor

no-std byteorder-cursor

A std::io::Cursor like buffer interface with byteorder support and no_std compatibility

2 stable releases

new 1.0.1 Apr 27, 2025
1.0.0 Apr 13, 2025

#607 in Encoding

Download history 93/week @ 2025-04-09 39/week @ 2025-04-16

132 downloads per month
Used in sma-proto

BSD-3-Clause

12KB
184 lines

byteorder-cursor

A Rust crate build on top of the byteorder crate that provides a std::io::Cursor like interface designed to simplify implementation of arbitrary binary protocols in a no_std environment.

Rust Feature Flags

  • std (default) — Remove this feature to make the library no_std compatible.

License

byteorder-cursor is licensed under the BSD-3-Clause license.

Example

See examples directory.

Dependencies

~125KB