syncular-protocol 0.1.0

Wire protocol and integrity types for Rust-first Syncular clients.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# syncular-protocol

Wire protocol and integrity types for Rust-first Syncular clients.

This crate contains the stable Rust representation of Syncular protocol
messages, binary sync packs, snapshot chunks, scoped snapshot artifacts,
auth leases, blob references, realtime messages, and commit/root integrity
helpers.

Most application code should use `syncular-client` or the umbrella `syncular`
crate. Depend on `syncular-protocol` directly when implementing transports,
servers, test fixtures, or protocol validation.