todc-utils 0.1.0

Utilities for building and testing distributed systems.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[[bench]]
harness = false
name = "wgl_checker"
[dev-dependencies.criterion]
version = "0.4"

[package]
categories = ["algorithms", "concurrency"]
description = "Utilities for building and testing distributed systems."
edition = "2021"
homepage = "https://github.com/kaymanb/todc/tree/main"
keywords = ["distributed-systems", "linearizability"]
license = "MIT"
name = "todc-utils"
readme = "README.md"
repository = "https://github.com/kaymanb/todc/tree/main"
version = "0.1.0"