#base64 #codec #rustc-serialize #originally #deprecated

b64

Base64 encoding/decoding support. Originally from rustc-serialize.

1 unstable release

Uses old Rust 2015

0.4.0 Apr 25, 2017

#5 in #rustc-serialize

28 downloads per month
Used in 3 crates

MIT/Apache

18KB
324 lines

b64

Base64 encoding/decoding support. Originally from rustc-serialize, which is now deprecated, but there is no good replacement for its base64 code.

Documentation


lib.rs:

Base64 binary-to-text encoding

No runtime deps