Add data generator (#20)

This commit is contained in:
Patrick Stevens
2023-06-03 20:04:13 +01:00
committed by GitHub
parent c2d09452b3
commit c80e6b6b1e
12 changed files with 472 additions and 112 deletions

View File

@@ -1,10 +1,12 @@
[workspace]
members = [
"sim_8086",
"wrapper"
"wrapper",
"generator",
"haversine"
]
[profile.release]
lto = true
strip = true
panic = 'abort'
panic = 'abort'