//! lazippy — Pure-Rust LZMA (Lempel-Ziv-Markov chain Algorithm), part of the 8z umbrella.
//!//! All encode/decode functions currently return [`LazippyError::NotYetImplemented`].
//! The range coder is the next piece to implement; see STATUS.md.
#![deny(unsafe_op_in_unsafe_fn)]pubmoddecode;pubmodencode;pubmoderror;pubmodrange_coder;#[cfg(test)]modtests;