1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#![feature(box_patterns)] #![feature(const_fn_floating_point_arithmetic)] // #![feature(const_for)] // #![feature(const_mut_refs)] pub mod block; pub mod codec; pub mod debug; pub mod frame; pub mod header; pub mod pixel; pub mod ser; pub mod view; pub mod refsampler; pub mod helpers;