snipt-server 0.1.0

Server component for the Snipt application
Documentation
1
2
3
4
5
6
mod endpoints;
mod models;

// Re-export public API
pub use endpoints::*;
pub use models::*;