//! VP8L (Lossless WebP) encoder module.
//!
//! Implements the VP8L lossless compression format as specified in:
//! <https://developers.google.com/speed/webp/docs/webp_lossless_bitstream_specification>
// Many infrastructure components are in place for future optimization work
pub use encode_vp8l;
pub use print_entropy_stats;
pub use print_clustering_stats;
pub use ;