Crate isal
Source pub use isal_sys;
- error
- read
- Encoder and Decoder implementing
std::io::Read
- write
- Encoder and Decoder implementing
std::io::Write
- Codec
- Flavor of De/Compression to use if using the
isal::igzip::Encoder/Decoder
directly
and not the thin wrappers like GzDecoder/GzEncoder
and similar. - CompCode
- Compression return values
- CompressionLevel
- Available compression levels
- DecompCode
- Decompression return values
- FlushFlags
- Flush Flags
- BUF_SIZE
- Buffer size
- compress
- Compress
input
- compress_into
- Compress
input
directly into output
. This is the fastest possible compression available. - decompress
- Decompress
- decompress_into
- Decompress
input
into output
, returning number of bytes written to output.
- Compression
- Compatability with flate2