loro-protocol 0.1.0

Rust implementation of the Loro Syncing Protocol encoder/decoder
Documentation
[features]
default = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "encoding", "data-structures"]
description = "Rust implementation of the Loro Syncing Protocol encoder/decoder"
edition = "2021"
keywords = ["crdt", "sync", "protocol", "loro"]
license = "MIT"
name = "loro-protocol"
readme = "README.md"
repository = "https://github.com/loro-dev/protocol"
version = "0.1.0"

[[test]]
name = "elo"
path = "tests/elo.rs"

[[test]]
name = "elo_normative_vector"
path = "tests/elo_normative_vector.rs"

[[test]]
name = "js_snapshots"
path = "tests/js_snapshots.rs"