dabus 0.4.1

Dynamic Aplication Controll Bus - an asynchronous, event based module system for thoes who want to move fast and *not* break things
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.flume]
version = "0.10.12"

[dependencies.futures]
version = "0.3.21"

[dependencies.log]
version = "0.4.16"

[dependencies.thiserror]
version = "1.0.31"

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

[dependencies.unique-type]
version = "0.1.0"

[package]
authors = ["Rowan S-L <rowan@fawkes.io>"]
categories = ["asynchronous", "rust-patterns"]
description = "Dynamic Aplication Controll Bus - an asynchronous, event based module system for thoes who want to move fast and *not* break things"
edition = "2021"
keywords = ["module", "runtime", "bus", "async", "message"]
license = "MIT"
name = "dabus"
repository = "https://github.com/rowan-sl/dabus/"
resolver = "2"
version = "0.4.1"