ankurah-core 0.8.0

Core state management functionality for Ankurah
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod entity_ref;
pub mod json;
pub mod lww;
//pub mod pn_counter;
pub mod yrs;

pub use entity_ref::Ref;
pub use json::Json;
pub use lww::LWW;
//pub use pn_counter::PNCounter;
pub use yrs::YrsString;