zamsync-network 1.3.0

TCP and mTLS transport for the ZamSync distributed sync engine
Documentation
1
2
3
4
5
6
pub mod codec;
pub mod frame;
pub mod frame_buf;

pub use codec::{decode, encode};
pub use frame_buf::FrameBuffer;