hocuspocus_rs_ws/
lib.rs

1// Portions of this crate are adapted from the Hocuspocus JavaScript server
2// (https://github.com/ueberdosis/hocuspocus) and y-sweet
3// (https://github.com/y-sweet/y-sweet), both distributed under the MIT license.
4// Adapted code retains the original license terms.
5
6pub mod authenticator;
7pub mod api_types;
8pub mod client_connection;
9pub mod doc_connection;
10pub mod doc_sync;
11pub mod hocuspocus;
12pub mod store;
13pub mod sync;
14pub mod sync_kv;
15pub mod types;