buzzard 0.1.0

A lightweight, DDD-first message bus framework for Rust — orchestrate commands, events, and projections with confidence.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "buzzard"
version = "0.1.0"
edition = "2024"
authors = ["Austin Ward", "Austin Ward <ward.austin28@gmail.com>"]
description = "A lightweight, DDD-first message bus framework for Rust — orchestrate commands, events, and projections with confidence."
readme = "README.md"
repository = "https://github.com/award28/buzzard"
license = "MIT"
keywords = ["ddd", "bus", "uow"]

[dependencies]
anyhow = "1.0.96"
futures = "0.3.31"
serde = { version = "1.0.218", features = ["derive"] }