Skip to main content

Crate hocuspocus_rs

Crate hocuspocus_rs 

Source
Expand description

Hocuspocus-RS

A Rust implementation of the Hocuspocus protocol (Yjs over WebSockets). Provides a handler for Yjs documents that follows the Hocuspocus V2 protocol structure.

Re-exports§

pub use sync::DocHandler;
pub use sync::MSG_AUTH;
pub use sync::MSG_AWARENESS;
pub use sync::MSG_QUERY_AWARENESS;
pub use sync::MSG_SYNC;

Modules§

sync
Yjs Sync Protocol Implementation