BurntSushi / rust-snappy

Snappy compression implemented in Rust (including the Snappy frame format).
BSD 3-Clause "New" or "Revised" License
445 stars 43 forks source link

chore: Implement Clone for Error #35

Closed bruceg closed 3 years ago

bruceg commented 3 years ago

We need to be able to clone snappy errors.

BurntSushi commented 3 years ago

This PR is on crates.io in snap 1.0.2.

bruceg commented 3 years ago

Awesome, thanks!