willow-data-model 0.2.0

The datatypes of Willow, an eventually consistent data store with improved distributed deletion.
Documentation
1
2
3
4
5
6
7
8
9
//! Utilities for Willow's entry [groupings](https://willowprotocol.org/specs/grouping-entries/index.html#grouping_entries).
mod area;
pub use area::*;
mod area_of_interest;
pub use area_of_interest::*;
mod range;
pub use range::*;
mod range_3d;
pub use range_3d::*;