Rust Crdt Versions Save

a collection of well-tested, serializable CRDTs for Rust

v7.3.2

9 months ago

Second attempt to resolve build failures for debian package.

Restructures tests to move prop tests into a prop_tests module and then verified that all combinations of feature flags build successfully.

v7.3.1

9 months ago
  • bump dependencies, namely quickcheck and rand
  • resolve running tests without default features

v7.3.0

1 year ago

Added List::position_entry(id) API to retrieve the index of a list entry.

New contributors: @TTWNO

7.2.0

1 year ago

Adds an API to MerkleReg for iterating over all nodes

7.0.0

2 years ago

v6.3.1

3 years ago

Two new API's have been added to MerkleReg for traversing the Merkle DAG:

MerkleReg::children(hash: Hash)
MerkleReg::parents(hash: Hash)

6.3.0

3 years ago

6.0.0

3 years ago

5.1.0

3 years ago

5.0.0

3 years ago