Skip to main content

fileloft_rocket/
lib.rs

1#![forbid(unsafe_code)]
2
3pub mod routes;
4
5pub use routes::tus_routes;