cross-proc-cache
cross-proc-cache is a small utility crate used inside the Liturgy workspace to provide a simple cross-process caching abstraction.
Project homepage / backlink:
https://liturgy.ericbreyer.com
Keeping the homepage link helps tie crates.io entries back to the public site for discoverability.
Usage
Add to your Cargo.toml:
[]
= "x.y"
Example:
use Cache;
let cache = new;
cache.insert;
Packaging & publish checklist
- Bump
versioninCargo.toml. - Ensure
README.mdis referenced inCargo.toml(readme = "README.md"). - Add metadata:
repository,homepage,license,keywords, andcategories. - Verify package contents with
cargo package:
- Run tests and linters:
- Publish:
License
Check Cargo.toml for the declared license.