split nihav-registry from nihav-core
[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;