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
pub use app_error::*;
pub use command_error::*;
pub use output_handler::*;

pub(crate) mod app_error;
pub(crate) mod command_error;
pub(crate) mod output_handler;
#[cfg(test)]
#[allow(clippy::unwrap_used)]
mod tests;