# `bytestringmut`
Mutable manipulation of [`ByteString`](https://docs.rs/bytestring/latest/bytestring/struct.ByteString.html)s from the [`bytestring`](https://docs.rs/bytestring) crate. Uses `#![no_std]`.
[](https://crates.io/crates/bytestringmut)
[](https://docs.rs/bytestringmut)

<br />
[](https://deps.rs/crate/bytestringmut)

## Usage
To use `bytestringmut`, first add this to your `Cargo.toml`:
```toml
[dependencies]
bytestringmut = "1"
```
Next, add this to your crate:
```rust
use bytestringmut::ByteStringMut;
```
## License
This project is licensed under the [MIT license](LICENSE).
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in `bytestringmut` by you, shall be licensed as MIT, without any
additional terms or conditions.