| Crates.io | byteorder-cursor |
| lib.rs | byteorder-cursor |
| version | 1.0.1 |
| created_at | 2025-04-13 15:04:35.096145+00 |
| updated_at | 2025-04-27 11:14:35.209782+00 |
| description | A std::io::Cursor like buffer interface with byteorder support and no_std compatibility. |
| homepage | |
| repository | https://github.com/mmmaisel/byteorder-cursor/ |
| max_upload_size | |
| id | 1631883 |
| size | 15,200 |
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.
std (default) — Remove this feature to make the library
no_std compatible.byteorder-cursor is licensed under the BSD-3-Clause license.
See examples directory.