Crates.io | crumble |
lib.rs | crumble |
version | 0.11.1 |
created_at | 2019-09-13 10:39:13.161644+00 |
updated_at | 2025-03-27 07:29:56.46642+00 |
description | A robust, minimal library for parsing MIME documents. |
homepage | https://git.sr.ht/~happy_shredder/crumble |
repository | https://git.sr.ht/~happy_shredder/crumble |
max_upload_size | |
id | 164543 |
size | 1,855,101 |
A robust, minimal library for parsing mime documents. Supports UTF-8, multipart and nested structures. Will try (usually successfully) to parse noncompliant documents.
Just add crumble = "0.11.1"
to your dependencies. Then, given a String rep of a MIME document, parse with Message::new(&mime)
.
Documentation: https://docs.rs/crumble/ Crate: https://crates.io/crates/crumble
GPLv3+