bytestring: v1.0.0
·
506 commits
to master
since this release
- Update
bytes
dependency to1
. - Add array and slice of
u8
impls ofTryFrom
up to 32 in length. - Rename
get_ref
toas_bytes
and renameinto_inner
tointo_bytes
. ByteString::new
is now aconst fn
.- Crate is now
#[no_std]
compatible.