fileloft-rocket 0.3.0

Rocket integration for the tus.io resumable upload protocol
Documentation
1
2
3
4
5
#![forbid(unsafe_code)]

pub mod routes;

pub use routes::tus_routes;