Mutable manipulation of ByteStrings from the bytestring crate. Uses #![no_std].
To use bytestringmut, first add this to your Cargo.toml:
[dependencies]
bytestringmut = "1"Next, add this to your crate:
use bytestringmut::ByteStringMut;This project is licensed under the MIT license.
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.