Use simd-json

This commit is contained in:
Joscha 2022-09-30 18:07:50 +02:00
parent c195fbb8d4
commit b1f2af9577
4 changed files with 114 additions and 1 deletions

2
brood/.cargo/config.toml Normal file
View file

@ -0,0 +1,2 @@
[build]
rustflags = ["-C", "target-cpu=native"]