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
10
11
12
13
pub use existing_format::*;
pub use existing_format_provider::*;
pub use source_format::*;
pub use target_format::*;
pub use target_format_provider::*;

pub(crate) mod existing_format;
pub(crate) mod existing_format_provider;
pub(crate) mod source_format;
pub(crate) mod target_format;
pub(crate) mod target_format_provider;
#[cfg(test)]
mod tests;