Expand description
MongrelDB shared durable and network types.
This crate sits at the bottom of the dependency graph (spec section 6.10): every other crate may depend on it, and it depends on nothing first-party. It owns the common identifiers (section 7), the MVCC timestamp model (section 8), cross-platform durability primitives, and the stable cross-language error taxonomy (section 9.7).
Modulesยง
- durability
- Cross-platform durability primitives.
- errors
- Stable cross-language error taxonomy (spec section 9.7, FND-007).
- hlc
- Hybrid Logical Clock timestamps, the node clock, and the legacy-to-HLC migration model (spec section 8).
- ids
- Common cluster-wide identifiers (spec section 7).