This commit is contained in:
2020-01-23 23:13:36 -08:00
parent dcc0df955e
commit 2bc9ebdc6b
31829 changed files with 1229378 additions and 17 deletions

View File

@@ -0,0 +1 @@
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."]]});