# 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. ```shell cargo test ``` ```shell # For debug builds cargo build # For release builds cargo build --release ```