byteorder-cursor 1.0.1

A std::io::Cursor like buffer interface with byteorder support and no_std compatibility.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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.