Snappy compression implemented in Rust (including the Snappy frame format).
by BurntSushiRust
Last 12 weeks · 0 commits
2 of 6 standards met
Hello, This pull request adds new methods to support encoding and decoding with a as output. It only supports the raw APIs. The implementation was surprising easy, my only concern is I don't know if and should be unsafe or not. My opinion is no because calling those methods is safe; the unsafe part is to read the output without truncating it before. Fixes #62, maybe?
Repository: BurntSushi/rust-snappy. Description: Snappy compression implemented in Rust (including the Snappy frame format). Stars: 507, Forks: 51. Primary language: Rust. Languages: Rust (100%). License: BSD-3-Clause. Latest release: szip-1.0.0 (6y ago). Open PRs: 8, open issues: 6. Last activity: 10mo ago. Community health: 42%. Top contributors: BurntSushi, emk, shepmaster, rikardfalkeborn, atouchet, Aaron1011, matklad, llogiq, arthurprs, bruceg and others.