mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +02:00
loop binary for 'perf' reasons
This commit is contained in:
parent
1a038b9f84
commit
f9116ef9f7
2 changed files with 50 additions and 0 deletions
|
|
@ -15,6 +15,10 @@ path = "src/lib.rs"
|
|||
[[bin]]
|
||||
name = "parse_demo"
|
||||
path = "src/bin/main.rs"
|
||||
[[bin]]
|
||||
|
||||
name = "loop"
|
||||
path = "src/bin/loop.rs"
|
||||
|
||||
[dependencies]
|
||||
bitbuffer = "0.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue