yrs-warp 0.9.0

Yrs synchronization protocol using Warp web sockets
Documentation
1
2
3
4
5
6
7
8
use std::sync::Arc;

pub mod broadcast;
pub mod conn;
pub mod signaling;
pub mod ws;

pub type AwarenessRef = Arc<yrs::sync::Awareness>;