dev environment setup, update

This commit is contained in:
Tao Tien 2026-01-16 22:37:05 -08:00
parent c06408a825
commit 0c5fc38649
7 changed files with 110 additions and 71 deletions

5
.cargo/config.toml Normal file
View file

@ -0,0 +1,5 @@
[target.x86_64-unknown-linux-gnu]
rustflags = [
# (Nightly) Make the current crate share its generic instantiations
"-Zshare-generics=y",
]