CRDT implementations for Safe Network apps

This is a wiki post (editable by anyone) to collect together information relevant to building CRDT based applications.

Feel free to add sections and entries yourself.

Rust Libraries

  • Rust CRDTs is a collection of well-tested, serializable CRDTs for Rust, as used in Safe Network (docs.rs, GitHub)
  • diamond-types is a very fast Rust CRDT for editing text which is being extended to handle other data types (GitHub)

Other Libraries

Related

1 Like

Added:

Rust Libraries

  • Rust CRDTs is a collection of well-tested, serializable CRDTs for Rust, as used in Safe Network (docs.rs, GitHub)