Initial commit

This commit is contained in:
Alexey 2026-02-12 10:18:42 +00:00
commit 975e065fde
5 changed files with 5781 additions and 0 deletions

11
.cargo/config.toml Normal file
View file

@ -0,0 +1,11 @@
[unstable]
codegen-backend = true
[profile.dev]
codegen-backend = "cranelift"
[profile.dev.package."*"]
codegen-backend = "llvm"
[target.x86_64-unknown-linux-gnu]
rustflags = [ "-Zshare-generics=y" ]