fileloft-axum 0.3.0

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

pub mod router;

pub use router::tus_router;