32f7cbe5 KS |
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; |
49d0cbfe KS |
6 | #[allow(clippy::trivially_copy_pass_by_ref)] |
7 | pub mod register; |