Get rid of the 'crates/' subdirectory 💬 by Caio 4 years ago (log)
Just a `git mv crates/* .` and minor adjustments `Cargo.toml` and `.gitignore` to point at the new locations
Just a `git mv crates/* .` and minor adjustments `Cargo.toml` and `.gitignore` to point at the new locations
1 2 3 4 5 6 7 8 9 |
flamegraph.svg .idea perf.data* **/*.rs.bk tags /target .vscode # criterion writes the report here cantine/target |