feat: start work on 0.2.0

This commit is contained in:
2025-01-19 05:13:25 -05:00
parent 771057925d
commit 4fa508ec81
16 changed files with 2363 additions and 4046 deletions

View File

@@ -1,10 +1,3 @@
[target.x86_64-unknown-linux-gnu]
linker = "/usr/bin/clang"
linker = "clang"
rustflags = ["-Clink-arg=-fuse-ld=mold"]
[target.x86_64-apple-darwin]
rustflags = ["-C", "link-arg=-fuse-ld=/usr/local/bin/zld"]
[target.x86_64-pc-windows-msvc]
linker = "rust-lld.exe"
rustflags = ["-Zshare-generics=y"]