Registry / utility / quoted-printable

quoted-printable

JSON →
library0.5.2rscratesunverified

A simple encoder/decoder for quoted-printable data.

# Cargo.toml [dependencies] quoted_printable = "0.5.2"
INSTALL
IMPORT
SIG · QUOTED-PRINTABLE
Q
quoted-printable
utilityrustv0.5.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

decode
use quoted_printable::decode;

Decode a quoted-printable encoded string.

use quoted_printable::decode; fn main() { let input = b"=48=65=6c=6c=6f"; let decoded = decode(input, quoted_printable::ParseMode::Robust).unwrap(); println!("{:?}", String::from_utf8(decoded)); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
quoted-printable — cargo add quoted-printable · libregistry