rs-smtp 0.1.1

An ESMTP server library written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
pub mod backend;
pub mod conn;
pub mod server;

mod data;
mod lengthlimit_reader;
mod parse;
mod stream;
mod textproto;