
# bytesutil
Yet another byte utility for Rust.
## Features
- A java-like ByteBuf.
- Support for encoding numbers and booleans with little-endian or big-endian ordering.
- IO utilities.
## Usage and development
### Prerequisites
All that is needed to develop this project is cargo and Rust. You can install rust
from https://www.rust-lang.org/tools/install.
### Installation
You can install the package from [crates.io](https://crates.io/crates/bytesutil).