#base64 #codec #support #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

#1894 in Encoding

Download history 10/week @ 2023-11-20 11/week @ 2023-11-27 2/week @ 2023-12-04 21/week @ 2023-12-11 1/week @ 2023-12-18 2/week @ 2024-01-01 12/week @ 2024-01-08 13/week @ 2024-02-12 25/week @ 2024-02-19 44/week @ 2024-02-26 24/week @ 2024-03-04

106 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