caesura 0.20.0

An all-in-one command line tool to **transcode FLAC** audio files and **upload to gazelle** based indexers/trackers.
Documentation
1
2
3
4
5
6
7
8
9
pub use api::*;
pub use api_factory::*;
pub use schema::*;

pub(crate) mod api;
pub(crate) mod api_factory;

#[allow(dead_code)]
pub(crate) mod schema;