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

b64

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

1 unstable release

Uses old Rust 2015

0.4.0 Apr 25, 2017

#6 in #rustc-serialize

Download history 9/week @ 2024-11-16 46/week @ 2024-11-23 21/week @ 2024-11-30 29/week @ 2024-12-07 46/week @ 2024-12-14 7/week @ 2024-12-21 9/week @ 2024-12-28 21/week @ 2025-01-04 41/week @ 2025-01-11 336/week @ 2025-01-18 92/week @ 2025-01-25 131/week @ 2025-02-01 126/week @ 2025-02-08 77/week @ 2025-02-15 112/week @ 2025-02-22 99/week @ 2025-03-01

434 downloads per month
Used in 5 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