rusty_chain 0.1.18

This library abstracts over functional processing units called `chain links`. Each link in the chain is meant to be independent, immutable, idempotent, and highly testable.
Documentation
[dependencies.async-trait]
version = "0.1.71"

[dependencies.futures]
version = "0.3.28"

[dependencies.paste]
version = "1.0.13"

[dependencies.rand]
version = "0.8.5"

[dependencies.tokio]
features = ["full"]
version = "1.29.1"
[dev-dependencies.chrono]
version = "0.4.26"

[dev-dependencies.dashmap]
version = "5.5.0"

[dev-dependencies.nom]
version = "7.1.3"

[dev-dependencies.tempfile]
version = "3.6.0"

[package]
authors = ["Austin Heller"]
categories = ["concurrency", "data-structures"]
description = "This library abstracts over functional processing units called `chain links`. Each link in the chain is meant to be independent, immutable, idempotent, and highly testable."
edition = "2021"
keywords = ["async", "framework", "macros", "data-structures", "queue"]
license = "MIT OR Apache-2.0"
name = "rusty_chain"
readme = "README.md"
repository = "https://github.com/AustinHeller/RustyChain"
version = "0.1.18"