//! Convenience re-exports of the most commonly used types.
//!
//! ```ignore
//! use revelo_core::prelude::*;
//! ```
pub use crateFileAnalyze;
/// Ergonomic alias for [`FileAnalyze`]. Prefer this name in new code.
pub type MediaFile<'a> = crateFileAnalyze;
pub use crate;
pub use crateReader;
pub use crate;