blob: 2e53255aa9844ebb5752cc28c01cfe3267a96c29 (
plain) (
blame)
1
2
3
4
5
6
7
|
//! Single place for storing information about container and codec formats.
extern crate nihav_core;
#[allow(clippy::unreadable_literal)]
pub mod detect;
#[allow(clippy::trivially_copy_pass_by_ref)]
pub mod register;
|