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/stream/sidebar-items.js

1 line
667 B
JavaScript

initSidebarItems({"fn":[["copy_decode","Decompress from the given source as if using a `Decoder`."],["copy_encode","Compress all data from the given source as if using an `Encoder`."],["decode_all","Decompress from the given source as if using a `Decoder`."],["encode_all","Compress all data from the given source as if using an `Encoder`."]],"mod":[["raw","Raw in-memory stream compression/decompression."],["read","Implement pull-based [`Read`] trait for both compressing and decompressing."],["write","Implement push-based [`Write`] trait for both compressing and decompressing."],["zio","Wrappers around raw operations implementing `std::io::{Read, Write}`."]]});