y-octo 0.0.3

High-performance and thread-safe CRDT implementation compatible with Yjs
Documentation
1
2
3
4
5
6
7
8
9
mod codec_v1;
mod reader;
mod writer;

pub use codec_v1::{RawDecoder, RawEncoder};
pub use reader::{CrdtRead, CrdtReader};
pub use writer::{CrdtWrite, CrdtWriter};

use super::*;