blueprint 0.1.0

Static state machine / protocol blueprints
Documentation
[dependencies]

[[example]]
name = "knock-knock"
path = "examples/knock-knock.rs"

[features]
default = []
std = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science"]
description = "Static state machine / protocol blueprints"
edition = "2021"
homepage = "https://github.com/yaws-rs/blueprint"
keywords = ["io", "uring", "epoll", "async"]
license = "Apache-2.0/MIT"
name = "blueprint"
readme = "README.md"
repository = "https://github.com/yaws-rs/blueprint"
version = "0.1.0"

[package.metadata.docs.rs]
features = []