1 2 3 4 5 6 7 8 9
//! Utility functions pub mod file_detect; // TODO: Implement utilities // pub mod metadata; // pub mod cache; pub use file_detect::detect_format;