nseqe 0.1.0

A Rust library for managing and processing sequences of events.
Documentation
[dependencies.async-trait]
version = "0.1.88"

[dependencies.saphyr]
version = "0.0.4"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
features = ["full"]
version = "1.44.2"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"

[[example]]
name = "bind_and_connect"
path = "examples/bind_and_connect.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust library for managing and processing sequences of events."
edition = "2024"
license = "MIT OR Apache-2.0"
name = "nseqe"
readme = "README.md"
repository = "https://github.com/tylp/nseqe"
version = "0.1.0"