caio.co/de/cantine


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

Blob .gitignore

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