Crate snappy_cpp

Source
Expand description

This library provides zero-overhead bindings to Google’s Snappy C++ library.

These bindings should only be used in testing and benchmarks.

Functions§

compress
Compress the bytes in src into dst. dst must be big enough to hold the maximum compressed size of the bytes in src.
decompress
Decompress the bytes in src into dst. dst must be big enough to hold the the uncompressed size of the bytes in src.