nseqe 0.1.0

A Rust library for managing and processing sequences of events.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "nseqe"
version = "0.1.0"
edition = "2024"
license = "MIT OR Apache-2.0"
description = "A Rust library for managing and processing sequences of events."
repository = "https://github.com/tylp/nseqe"
readme = "README.md"

[dependencies]
async-trait = "0.1.88"
saphyr = "0.0.4"
thiserror = "2.0.12"
tokio = { version = "1.44.2", features = ["full"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.19"