loro-protocol 0.1.0

Rust implementation of the Loro Syncing Protocol encoder/decoder
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "loro-protocol"
version = "0.1.0"
edition = "2021"
description = "Rust implementation of the Loro Syncing Protocol encoder/decoder"
license = "MIT"
repository = "https://github.com/loro-dev/protocol"
readme = "README.md"
keywords = ["crdt", "sync", "protocol", "loro"]
categories = ["network-programming", "encoding", "data-structures"]

[lib]
name = "loro_protocol"
path = "src/lib.rs"

[features]
default = []