Initial blog setup

This commit is contained in:
2025-10-29 20:29:52 +08:00
commit 9229313f9b
17 changed files with 2502 additions and 0 deletions

9
.cargo/config.toml Normal file
View File

@@ -0,0 +1,9 @@
[profile.small]
inherits = "release"
opt-level = "z"
codegen-units = 1
lto = true
[profile.extra-small]
inherits = "small"
panic = "abort"