# Binary Utils
> A collection of utilities for working with binary
## Install
> Add package to Cargo.toml file
```rust
[dependencies]
binary-utils = "0.1.1"
```
## Usage:
```rust
// TODO
```
## Documentation
Available methods and documentation can be found [here](https://docs.rs/binary-utils/latest/binary_utils/)
## License
MIT © [Joe Gesualdo]()