y-sync

Crates.ioy-sync
lib.rsy-sync
version0.4.0
sourcesrc
created_at2022-11-24 12:08:22.360402
updated_at2023-11-17 03:54:19.303086
descriptionYrs synchronization protocol
homepagehttps://github.com/y-crdt/y-sync/
repositoryhttps://github.com/y-crdt/y-sync/
max_upload_size
id722170
size69,070
Bartosz Sypytkowski (Horusiath)

documentation

README

Yjs/Yrs sync protocol implementation

This crate comes with the default implementation of Yjs/Yrs synchronization protocol - it's shared between the projects and can be used to interop between eg. Yjs client and Yrs server.

It also implements awareness protocol and corresponding Awareness structure.

The implementation just like the protocol itself is flexible and can be extended by custom implementation of Protocol trait. If that's not necessary, the DefaultProtocol is provided.

Sponsors

NLNET

Commit count: 20

cargo fmt