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::*;