aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-duck/src/lib.rs
blob: 40b5f2b198e71d009328867deb7120456e18002f (plain) (blame)
1
2
3
4
5
6
extern crate nihav_core;

pub mod codecs;

#[cfg(test)]
extern crate nihav_commonfmt;