Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Zstandard compressed file #439

Merged
merged 2 commits into from
Mar 6, 2021
Merged

Commits on Mar 5, 2021

  1. Add support for Zstandard compressed file

    https://en.wikipedia.org/wiki/Zstandard
    
    **Zstandard**
    
    Filename extension:
    .zst
    
    Internet media type:
    application/zstd
    
    Magic number	:
    28 b5 2f fd
    
    Type of format	Data compression:
    Standard	RFC 8478
    
    Website:
    https://github.com/facebook/zstd/blob/dev/doc/zstd_compression_format.md
    ardavank committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    89d68e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81d2d57 View commit details
    Browse the repository at this point in the history