snap 0.2.5

A pure Rust implementation of the Snappy compression algorithm. Includes streaming compression and decompression.
Documentation
1
2
3
4
5
6
7
8
9
10
language: rust
rust:
  - 1.21.0
  - stable
  - beta
  - nightly
script: ci/script.sh
branches:
  only:
    - master