Skip to content

Commit

Permalink
v0.1.1: Initial release
Browse files Browse the repository at this point in the history
This is the second internal version, adding some major performance
optimizations.

The first version was only released as manually built binaries.
  • Loading branch information
emk committed Feb 10, 2021
0 parents commit 45232c7
Show file tree
Hide file tree
Showing 10 changed files with 994 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/target/
perf.data
perf.data.old
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"editor.formatOnSave": true,
"rust-analyzer.checkOnSave.command": "clippy"
}
Loading

0 comments on commit 45232c7

Please sign in to comment.