lattices 0.7.0

Lattice data types for simplifying distributed state by providing associativity, commutativity, and idempotence.
Documentation
1
2
3
4
5
6
7
8
9
#[test]
fn test_all() {
    let t = trybuild::TestCases::new();
    #[cfg(nightly)]
    let path = "tests/compile-fail-nightly/surface_*.rs";
    #[cfg(not(nightly))]
    let path = "tests/compile-fail/surface_*.rs";
    t.compile_fail(path);
}