load arbitrary model data

This commit is contained in:
Chance 2025-03-29 01:31:16 -04:00 committed by BitSyndicate
parent aec264653f
commit 0a55407222
Signed by: bitsyndicate
GPG key ID: 443E4198D6BBA6DE
11 changed files with 3022 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"