This repository has been archived on 2022-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
ludum-dare-50/rustdoc/zstd/bulk/sidebar-items.js

1 line
537 B
JavaScript

initSidebarItems({"fn":[["compress","Compresses a block of data and returns the compressed result."],["compress_to_buffer","Compresses a single block of data to the given destination buffer."],["decompress","Decompresses a block of data and returns the decompressed result."],["decompress_to_buffer","Deompress a single block of data to the given destination buffer."]],"struct":[["Compressor","Allows to compress independently multiple chunks of data."],["Decompressor","Allows to decompress independently multiple blocks of data."]]});