mongreldb-types 0.60.0

MongrelDB shared identifiers, HLC timestamps, and the stable cross-language error taxonomy.
Documentation
1
2
3
4
5
6
7
8
9
10
//! 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), and the stable cross-language error taxonomy (section 9.7).

pub mod errors;
pub mod hlc;
pub mod ids;