rusticstuff / simdutf8

SIMD-accelerated UTF-8 validation for Rust.
Other
522 stars 25 forks source link

CI: test Rust toolchain caching #50

Closed hkratz closed 2 years ago

kirawi commented 3 years ago

Maybe use rust-cache? It's also used in Rust-Analyzer. Note that it has to be a step after you download the Rust toolchain.

hkratz commented 3 years ago

Maybe use rust-cache? It's also used in Rust-Analyzer. Note that it has to be a step after you download the Rust toolchain.

AFAICS rust-cache only caches the .cargo directory and not toolchain installations.

hkratz commented 2 years ago

Not worth the extra effort at this time.