simple_pubsub 0.5.3

A simple pubsub use dashmap and mpsc channel.
Documentation
[dependencies.dashmap]
version = "5"

[dependencies.tokio]
features = ["sync", "rt-multi-thread"]
version = "1"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.anyhow]
version = "1"

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

[lib]
doctest = false

[package]
authors = ["Tyr Chen <tyr.chen@gmail.com>"]
categories = ["development-tools"]
description = """
A simple pubsub use dashmap and mpsc channel.
"""
documentation = "https://docs.rs/simple-pubsub"
edition = "2021"
homepage = "https://github.com/tyrchen/utility-belt"
keywords = ["pubsub"]
license = "MIT"
name = "simple_pubsub"
readme = "./README.md"
repository = "https://github.com/tyrchen/utility-belt"
version = "0.5.3"