improve detector a bit
[nihav.git] / src / lib.rs
CommitLineData
fba6f8e4
KS
1#[macro_use]
2extern crate bitflags;
3
77d06de2
KS
4#[cfg(feature="decoders")]
5pub mod codecs;
6
7#[cfg(feature="demuxers")]
5869fd63 8pub mod demuxers;
77d06de2 9
fba6f8e4 10pub mod formats;
5869fd63 11pub mod frame;
90aa4e6b 12pub mod io;
d48ee414 13pub mod register;
b5bd2ae4 14pub mod detect;