bytestringmut
Mutable manipulation of ByteStrings from the bytestring crate.
Usage
To use bytestringmut, first add this to your Cargo.toml:
[]
= "1"
Next, add this to your crate:
use ByteStringMut;
no_std support
To use bytestringmut with no_std environment, disable the (enabled by default) std feature.
[]
= { = "1", = false }
bytestringmut forwards the std feature to bytes. It also forwards the extra-platforms feature if enabled. See the no_std documentation for the bytes crate for more information.
License
This project is licensed under the MIT 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.