I did some benchmarks on one of our CLI and found that `opt-level = "z"` reduced the size from 2.68M to 2.28M, and shaved 10% on the build time, worth a try.
I'll try with `panic = "abort"` for our next release, thanks for the reminder.
I'm a paying customer since June 2022, and I was wondering if I was the only one using its most powerful feature: domains personalizations. I guess not: https://kagi.com/stats?stat=leaderboard&k=2
When you start searching a lot for professional reasons (e.g. rust the language vs rust the game), Kagi's value is a no-brainer.
At first glance I thought you were talking about "Thai" time, which is a surprising calendar when you have dates with years in the 2500 range. Looking at you Symantec AntiVirus, storing AV definitions date using the user's locale...
Off topic: I'm rebuilding our landing page (targeting CH for the time being) and decided to add Romansh. Long story short, there are 5 standard forms, plus an official made-up version, all of that for 60k speakers. Was interesting to read so much about our 4th official language.
I've found the sparse protocol many times faster than git since Rust 1.68
To use the sparse protocol with crates.io, set the environment variable CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse, or edit your .cargo/config.toml file to add: