kayrx 0.7.5

The Kayrx Framework
Documentation
1
2
3
4
5
6
7
8
9
mod decoder;
mod encoder;
pub(crate) mod header;
mod huffman;
mod table;

pub use self::decoder::{Decoder, DecoderError, NeedMore};
pub use self::encoder::{Encode, EncodeState, Encoder, EncoderError};
pub use self::header::{BytesStr, Header};