This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
- 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 withDecodeError::InvalidLength
- add
Token<const S: usize>