File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " base64"
3- version = " 0.21.6 "
3+ version = " 0.21.7 "
44authors = [" Alice Maz <alice@alicemaz.com>" , " Marshall Pierce <marshall@mpierce.org>" ]
55description = " encodes and decodes base64 as bytes or utf8"
66repository = " https://github.com/marshallpierce/rust-base64"
Original file line number Diff line number Diff line change 1+ # 0.21.7
2+
3+ - Support getting an alphabet's contents as a str via ` Alphabet::as_str() `
4+
15# 0.21.6
26
37- Improved introductory documentation and example
Original file line number Diff line number Diff line change 11//! Provides [Alphabet] and constants for alphabets commonly used in the wild.
22
33use crate :: PAD_BYTE ;
4- use core:: { convert, fmt, primitive :: str } ;
4+ use core:: { convert, fmt} ;
55#[ cfg( any( feature = "std" , test) ) ]
66use std:: error;
77
You can’t perform that action at this time.
0 commit comments