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