byteorder-cursor 1.0.1

A std::io::Cursor like buffer interface with byteorder support and no_std compatibility.
Documentation
  • Coverage
  • 50%
    3 out of 6 items documented0 out of 0 items with examples
  • Size
  • Source code size: 15.2 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 722.51 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • mmmaisel/byteorder-cursor
    1 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mmmaisel

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.