Initial commit
This commit is contained in:
11
src/lib.rs
Normal file
11
src/lib.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
//! Web interface backend for Shanty.
|
||||
//!
|
||||
//! An Actix-web server that ties all Shanty components together, exposing a REST
|
||||
//! API consumed by the Elm frontend. Handles background tasks, configuration,
|
||||
//! and orchestration of indexing, tagging, downloading, and more.
|
||||
|
||||
pub mod config;
|
||||
pub mod error;
|
||||
pub mod routes;
|
||||
pub mod state;
|
||||
pub mod tasks;
|
||||
Reference in New Issue
Block a user