]> git.nihav.org Git - nihav.git/blob - nihav-duck/src/lib.rs
add missing flush() implementation
[nihav.git] / nihav-duck / src / lib.rs
1 extern crate nihav_core;
2
3 pub mod codecs;
4
5 #[cfg(test)]
6 extern crate nihav_commonfmt;