srusty-files 0.2.0

A high-performance, cross-platform file search engine library with REST API
Documentation
1
2
3
4
5
6
7
8
9
pub mod api;
pub mod config;
pub mod models;
pub mod state;
pub mod websocket;

pub use config::ServerConfig;
pub use models::*;
pub use state::AppState;