treeclocks 0.6.3

Various Tree Clock data-structures and utilities
Documentation
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.218"

[dependencies.thiserror]
optional = true
version = "2.0.12"

[features]
default = ["parse"]
parse = ["dep:thiserror"]
serde = ["dep:serde"]

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

[package]
authors = ["Byron Wasti <dev@byronwasti.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "Various Tree Clock data-structures and utilities"
edition = "2024"
homepage = "https://github.com/byronwasti/treeclocks"
keywords = ["distributed", "timestamps", "utility", "tree"]
license = "MIT OR Apache-2.0"
name = "treeclocks"
publish = true
readme = "README.md"
repository = "https://github.com/byronwasti/treeclocks"
version = "0.6.3"