zstd-seekable-s3 0.2.0

Seekable zstd-compressed S3 objects.
Documentation
1
2
3
4
5
6
7
8
{ pkgs ? import ./nix/nixpkgs.nix }:

with pkgs;

mkShell {
  buildInputs = [ rustup pkgconfig openssl.dev zstd xxHash ];
  LANG = "C.UTF-8";
}