[−][src]Module brotli::enc
Re-exports
pub use self::backward_references::hash_to_binary_tree; |
pub use self::backward_references::hq as backward_references_hq; |
pub use self::combined_alloc::CombiningAllocator; |
pub use self::combined_alloc::BrotliAlloc; |
pub use self::util::floatX; |
pub use self::pdf::PDF; |
pub use self::hash_to_binary_tree::ZopfliNode; |
pub use self::backward_references::BrotliEncoderParams; |
pub use self::backward_references::UnionHasher; |
pub use self::encode::BrotliEncoderInitParams; |
pub use self::encode::BrotliEncoderSetParameter; |
pub use self::encode::BrotliEncoderMaxCompressedSizeMulti; |
pub use self::encode::BrotliEncoderMaxCompressedSize; |
pub use self::interface::StaticCommand; |
pub use self::vectorization::v256; |
pub use self::vectorization::v256i; |
pub use self::vectorization::Mem256f; |
pub use interface::InputReference; |
pub use interface::InputPair; |
pub use interface::InputReferenceMut; |
pub use self::threading::SendAlloc; |
pub use self::threading::Owned; |
pub use self::threading::BrotliEncoderThreadError; |
pub use self::threading::BatchSpawnableLite; |
pub use self::threading::CompressionThreadResult; |
pub use self::worker_pool::compress_worker_pool; |
pub use self::worker_pool::new_work_pool; |
pub use self::worker_pool::WorkerPool; |
pub use self::multithreading::compress_multi as compress_multi_no_threadpool; |
Modules
Structs
| AllocatedStackMemory | |
| IntoIoReader | |
| IoReaderWrapper | |
| IoWriterWrapper | |
| StackAllocator | |
| StandardAlloc |
Traits
| Allocator | |
| SliceWrapper | |
| SliceWrapperMut |
Functions
| BrotliCompress | |
| BrotliCompressCustomAlloc | |
| BrotliCompressCustomIo | |
| BrotliCompressCustomIoCustomDict | |
| compress_multi |
Type Definitions
| s8 | |
| s16 | |
| v8 |