caesura 0.29.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
//! Snapshot types for deterministic file testing.

mod audio_snapshot;
mod directory_snapshot;
mod file_snapshot;
mod image_snapshot;

pub use audio_snapshot::*;
pub use directory_snapshot::*;
pub use file_snapshot::*;
pub use image_snapshot::*;