915f76359fa51374757582d839119cbee9912350
[nihav.git] / nihav-registry / src / lib.rs
1 //! Single place for storing information about container and codec formats.
2 extern crate nihav_core;
3
4 #[allow(clippy::unreadable_literal)]
5 pub mod detect;
6 pub mod register;