nysa 0.2.2

A bus for passing messages around between independent subsystems of an application
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.lazy_static]
optional = true
version = "1.4.0"

[features]
default = ["global"]
global = ["lazy_static"]

[package]
categories = ["concurrency", "asynchronous"]
description = "A bus for passing messages around between independent subsystems of an application"
edition = "2018"
license = "MIT"
name = "nysa"
readme = "README.md"
repository = "https://github.com/liquidev/nysa"
version = "0.2.2"