magical_rs 0.0.9

Zero-dependency, no_std-friendly file type detection by magic bytes — accurate, fast, and extensible
Documentation
1
2
3
4
pub enum MatchRules {
    Default,
    WithFn(fn(bytes: &[u8]) -> bool),
}