Files
Trac3r-rust/doc/deflate/sidebar-items.js
2020-01-23 23:13:36 -08:00

1 line
941 B
JavaScript

initSidebarItems({"enum":[["Compression","An enum describing the level of compression to be used by the encoder"],["MatchingType","An enum describing whether we use lazy or greedy matching."],["SpecialOptions","Enum allowing some special options (not implemented yet)!"]],"fn":[["deflate_bytes","Compress the given slice of bytes with DEFLATE compression using the default compression level."],["deflate_bytes_conf","Compress the given slice of bytes with DEFLATE compression."],["deflate_bytes_zlib","Compress the given slice of bytes with DEFLATE compression, including a zlib header and trailer, using the default compression level."],["deflate_bytes_zlib_conf","Compress the given slice of bytes with DEFLATE compression, including a zlib header and trailer."]],"mod":[["write","Encoders implementing a `Write` interface."]],"struct":[["CompressionOptions","A struct describing the options for a compressor or compression function."]]});