postvan 0.0.2

A minimalistic implementation of pub/sub messaging
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "postvan"
authors = ["Glenn Wallace glennw-coding@proton.me"]
description = "A minimalistic implementation of pub/sub messaging"
version = "0.0.2"
edition = "2024"
keywords = ["actor", "event"]
categories = ["concurrency"]
license = "MIT"
repository = "https://codeberg.org/Stack-Syndicate/postvan"

[dependencies]
anyhow = "1.0.102"
dashmap = "6.1.0"
itertools = "0.14.0"
tokio = { version = "1.52.3", features = ["macros", "rt-multi-thread", "sync"] }
uuid = { version = "1.23.1", features = ["v4"] }