]> git.nihav.org Git - nihav.git/blob - nihav-registry/src/lib.rs
a5dee388f0072f847d22ef47b5c98e004b11e45e
[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 pub mod detect;
5 pub mod register;