| Crates.io | cross-proc-cache |
| lib.rs | cross-proc-cache |
| version | 0.1.0 |
| created_at | 2025-10-28 18:22:37.454703+00 |
| updated_at | 2025-10-28 18:22:37.454703+00 |
| description | Small cross-process cache helper used in the Liturgy workspace. |
| homepage | https://liturgy.ericbreyer.com |
| repository | https://github.com/ericbreyer/liturgy |
| max_upload_size | |
| id | 1905416 |
| size | 18,610 |
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.
Add to your Cargo.toml:
[dependencies]
cross-proc-cache = "x.y"
Example:
use cross_proc_cache::Cache;
let cache = Cache::new("liturgy-cache");
cache.insert("key", "value");
version in Cargo.toml.README.md is referenced in Cargo.toml (readme = "README.md").repository, homepage, license, keywords, and categories.cargo package:cargo package --allow-dirty
cargo test
cargo fmt -- --check
cargo publish
Check Cargo.toml for the declared license.