Files
Main/shanty-web/src/lib.rs
2026-03-17 13:55:42 -04:00

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.