| Crates.io | email-rs |
| lib.rs | email-rs |
| version | 0.1.1 |
| created_at | 2019-08-02 05:47:03.817533+00 |
| updated_at | 2021-03-21 21:39:54.091362+00 |
| description | Email parsing library |
| homepage | https://github.com/maxking/email-rs |
| repository | https://github.com/maxking/email-rs |
| max_upload_size | |
| id | 153717 |
| size | 24,847 |
Rust library to parse and generate emails. For starters, this will mostly conform to RFC 5322. Once we are successfully there, I will try to move on to implement other MIME formats.
The library is in very early stages of development and the author is trying to learn Rust using this as a toy project. Any suggestions on the code is welcome but I would strongly suggest not to use this in any application since there is no stable API yet.
Pull Requests to fix my syntax and/or logic is welcome!
Feature requests at this point is not welcome, thanks!
This code is licensed under APL 2.0. See the LICENSE file in the repo for a complete text of the license.