Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cfcosta/mucrdt
A collection of well-tested and well-documented CRDTs.
https://github.com/cfcosta/mucrdt
Last synced: 25 days ago
JSON representation
A collection of well-tested and well-documented CRDTs.
- Host: GitHub
- URL: https://github.com/cfcosta/mucrdt
- Owner: cfcosta
- License: mit
- Created: 2024-06-04T15:54:00.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-11T20:11:57.000Z (4 months ago)
- Last Synced: 2024-10-09T17:54:46.095Z (about 1 month ago)
- Language: Rust
- Size: 187 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# µcrdt
µcrdt is a collection of well-tested, well-documented [Conflict-Free Replicated Data Types (CRDTs)](https://en.wikipedia.org/wiki/Conflict-free_replicated_data_type).
## License
This project is licensed with either the [MIT](./LICENSE) or [Apache 2.0](./LICENSE-Apache2.0) licenses.
If what you need to do is not covered by either of those licenses, please get in touch and we can make exceptions.