faction 0.3.3

A no_std + alloc, protocol-independent cluster readiness state machine for startup coordination and readiness quorum tracking.
Documentation
[package]
name = "faction"
version = "0.3.3"
edition = "2021"
rust-version = "1.85"
license = "MIT"
description = "A no_std + alloc, protocol-independent cluster readiness state machine for startup coordination and readiness quorum tracking."
repository = "https://github.com/umbgtt10/faction"
homepage = "https://github.com/umbgtt10/faction"
documentation = "https://docs.rs/faction"
readme = "../README.md"
keywords = ["cluster", "readiness", "distributed", "consensus", "no-std"]
categories = ["no-std", "algorithms", "network-programming"]

autotests = false

[features]
default = []
alloc = []

[dependencies]

[dev-dependencies]
proptest.workspace = true
rstest.workspace = true

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

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