1 unstable release
0.1.0 | Aug 10, 2024 |
---|
#101 in #broker
4KB
Pouch
A really tiny event broker.
Building from source
The binaries can be built from the repository root.
Running tests
All tests can be run from the repository root.
cargo test
# For debug builds
cargo build
# For release builds
cargo build --release