libunftp 0.5.1

Safe, fast and extensible FTP server library for Rust.
Documentation
1
2
3
4
5
macro_rules! spawn {
    ($future:expr) => {
        tokio::spawn($future.map(|_| ()).map_err(|_| ()));
    };
}