Expand description
In-process CloudHome implementation for tests. Records every write keyed by cloud_key so tests can read back exactly what landed, and serves reads from the same map — enough to simulate two devices sharing a cloud bucket.
Available under #[cfg(test)] in coven itself and to downstream crates
that enable the test-utils feature.
Structs§
- InMemory
Cloud Home - In-memory CloudHome backed by a HashMap. Thread-safe; cheap to share
between simulated devices via
Arc.