summaryrefslogtreecommitdiff
path: root/.cargo/config.toml
AgeCommit message (Collapse)Author
2026-03-11build-std, give up on transmute danceu
the file is streamed anyway. build-std was failing with workers 0.7 but they fixed it? maybe rustup update fixed it and my stuff was mismatched. idk. its annoying
2026-03-11drop regex and handroll parseru
the rustflags change, leaner parser, and dropping the regex crate yields a 4x binary size decrease, i can also see it runs around 2.5x faster