fileloft-actix 0.3.0

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

pub mod scope;

pub use scope::tus_scope;