aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-registry/src/lib.rs
blob: 915f76359fa51374757582d839119cbee9912350 (plain) (blame)
1
2
3
4
5
6
//! Single place for storing information about container and codec formats.
extern crate nihav_core;

#[allow(clippy::unreadable_literal)]
pub mod detect;
pub mod register;