En- & Decoding
Encoding is one of those things you don't really want to bother about, but just rely on a well tested library for – there are just too many edge and quirky cases. Luckily, as a system language, this is one of the things rust shines at – and offers a set of nice packages for all data formats.
-
base64
encodes and decodes base64 as bytes or utf8
-
data-encoding
Efficient and customizable data-encoding functions like base64, base32, and hex
-
encoding_rs
A Gecko-oriented implementation of the Encoding Standard
-
gif
GIF de- and encoder
-
jpeg-decoder
JPEG decoder
-
png
PNG decoding and encoding library in pure Rust
-
serde_qs
Querystrings for Serde
-
serde_urlencoded
`x-www-form-urlencoded` meets Serde
-
tiff
TIFF decoding and encoding library in pure Rust
Do you know something we don't?
Did we miss an important crate? Or maybe you just recently launched something that should be listed here, too? Let us know!