We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1bcf70 commit 75fb5beCopy full SHA for 75fb5be
1 file changed
README.md
@@ -1,7 +1,7 @@
1
-# 🚌 bus — Lightweight CQRS Framework for Rust
+# 🚌 bus — Lightweight CQRS Library for Rust
2
3
####
4
-`bus` is a modular, async-first CQRS framework for Rust that helps you structure your application around clear boundaries:
+`bus` is a modular, async-first CQRS library for Rust that helps you structure your application around clear boundaries:
5
`Commands`, `Queries`, and
6
`Events`. It supports both in-memory and database-backed event processing, middleware pipelines, and graceful shutdown — all with minimal boilerplate.
7
0 commit comments