briansmith / crypto-bench

Benchmarks for crypto libraries (in Rust, or with Rust bindings)
70 stars 11 forks source link

Reorganize as a Cargo workspace with multiple crates. #10

Closed briansmith closed 5 years ago

briansmith commented 8 years ago

See https://github.com/rust-lang/cargo/issues/2122.

briansmith commented 6 years ago

Now that Cargo has workspaces we can do this easily. Besides creating the workspace we need to remove the scripts, and replace them with documentation about how to run do cargo bench --all.

briansmith commented 5 years ago

This was done in ec52df3d209bedd04496f89fa949d86b53ad62b8.