iliekturtles / uom

Units of measurement -- type-safe zero-cost dimensional analysis
Apache License 2.0
1.01k stars 92 forks source link

Consider rust-specific cache action #458

Open iliekturtles opened 8 months ago

iliekturtles commented 8 months ago

Instead of manual cache setup, consider a rust-specific action like https://github.com/Swatinem/rust-cache. What do other crates do for caching?

https://github.com/iliekturtles/uom/blob/d4f08de4777806f017511f2bf4907bd29e8dd219/.github/workflows/ci-full-test-suite.yml#L19-L30

adamreichold commented 8 months ago

What do other crates do for caching?

As examples, PyO3 and Tantivy just use Swatinem's rust-cache.