Skip to main content


squee. I finally got around to enabling the #rust #cargo sparse protocol and I. am. in. love.

in ~/.cargo/config.toml, put:

[registries.crates-io]
protocol = "sparse"

The speed difference for 'cargo update', particularly on a smaller project, is amazing and delightful.

blog.rust-lang.org/2023/03/09/…

This entry was edited (1 year ago)