Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@soerenmeier soerenmeier released this 26 Nov 07:16
· 14 commits to main since this release
  • impl TryFrom<&[u8]>, FromStr, AsRef<[u8]> for every possible type
  • remove duplicate functions from_bytes, try_from_slice, from_b64, to_b64, as_slice
  • remove FromBase64Error and replaced it with DecodeError::InvalidLength
  • add Token<const S: usize>