Initial CV lib commit

This commit is contained in:
2025-03-07 16:59:01 +02:00
commit 9fbc7d6f81
54 changed files with 812 additions and 0 deletions

11
.cargo/config.toml Normal file
View File

@@ -0,0 +1,11 @@
[unstable]
codegen-backend = true
build-std = ["std", "panic_abort", "core", "alloc"]
build-std-features = ["panic_immediate_abort"]
[profile.server-dev]
codegen-backend = "cranelift"
[build]
rustflags = ["--cfg=has_std", "-Z", "threads=8"]
target = "x86_64-unknown-linux-gnu"