janus 0.1.0

Janus is an abstraction for synchronous/asynchronous message publishing and consumption.
Documentation
[dependencies.futures-channel]
features = ["sink"]
version = "0.3"

[dependencies.futures-core]
version = "0.3"

[dependencies.futures-sink]
version = "0.3"

[dependencies.futures-util]
features = ["sink"]
version = "0.3"

[package]
authors = ["Scott Raine <me@nylar.io>"]
description = "Janus is an abstraction for synchronous/asynchronous message publishing and consumption.\n"
documentation = "https://docs.rs/janus/"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "janus"
readme = "README.md"
repository = "https://github.com/uw-labs/janus"
version = "0.1.0"