Skip to content

bytestring: v1.0.0

Compare
Choose a tag to compare
@robjtede robjtede released this 31 Dec 02:31
· 506 commits to master since this release
93865de
  • Update bytes dependency to 1.
  • Add array and slice of u8 impls of TryFrom up to 32 in length.
  • Rename get_ref to as_bytes and rename into_inner to into_bytes.
  • ByteString::new is now a const fn.
  • Crate is now #[no_std] compatible.