initial commit

This commit is contained in:
2023-02-26 17:59:35 +03:00
parent 85ce59c478
commit 24185f677e
15 changed files with 634 additions and 0 deletions

2
.cargo/config.toml Normal file
View File

@ -0,0 +1,2 @@
[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "linker=clang", "-C", "link-arg=-fuse-ld=lld"]