mirror of https://github.com/rclone/rclone
Added support for reading and writing zstd-compressed archives in seekable format using "github.com/klauspost/compress/zstd" and "github.com/SaveTheRbtz/zstd-seekable-format-go/pkg". Bumped Go version from 1.24.0 to 1.24.4 due to requirements of "github.com/SaveTheRbtz/zstd-seekable-format-go/pkg". |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| compress.go | ||
| compress_test.go | ||
| gzip_handler.go | ||
| szstd_helper.go | ||
| uncompressed_handler.go | ||
| unknown_handler.go | ||
| zstd_handler.go | ||