byteorder-cursor

Crates.iobyteorder-cursor
lib.rsbyteorder-cursor
version1.0.0
sourcesrc
created_at2025-04-13 15:04:35.096145+00
updated_at2025-04-13 15:04:35.096145+00
descriptionA std::io::Cursor like buffer interface with byteorder support and no_std compatibility.
homepage
repositoryhttps://github.com/mmmaisel/byteorder-cursor/
max_upload_size
id1631883
size14,943
Max Maisel (mmmaisel)

documentation

README

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.

Commit count: 0

cargo fmt