load arbitrary model data

This commit is contained in:
Chance 2025-03-29 01:31:16 -04:00 committed by BitSyndicate
parent 42f9148f9f
commit eebf9feb2f
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 443E4198D6BBA6DE
11 changed files with 959 additions and 314 deletions

View file

@ -27,12 +27,7 @@ codegen-units = 512
strip = "symbols"
debug-assertions = true
[profile.dev.build-override]
opt-level = 0
debug = false
overflow-checks = false
incremental = true
codegen-units = 512
[workspace.dependencies]
lazy_static = "1.5.0"
@ -40,3 +35,6 @@ parking_lot = "0.12.3"
[profile.release]
debug-assertions = false
lto = true
codegen-units = 1
panic = "abort"