6 lines
270 B
XML
6 lines
270 B
XML
//! 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.
|