BurntSushi / rust-snappy

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

Use conventional layout for benchmarks #11

Closed matklad closed 7 years ago

matklad commented 7 years ago

Closes https://github.com/BurntSushi/rust-snappy/issues/9

This PR changes the layout to use current Cargo conventions for benchmark. src/bench.rs was previously accepted by accident.

Current nightly Cargo has a bug that it rejects this case, instead of giving a warning. This will be fixed soon, but in the meantime we can switch to the modern layout :)

BurntSushi commented 7 years ago

All righty, thanks!