whoosh

Crates.iowhoosh
lib.rswhoosh
version0.1.0
sourcesrc
created_at2024-08-10 10:56:23.816993
updated_at2024-08-10 10:56:23.816993
descriptionA really tiny event broker
homepagehttps://github.com/c16a/whoosh
repositoryhttps://github.com/c16a/whoosh
max_upload_size
id1332264
size8,085
Chaitanya Munukutla (c16a)

documentation

README

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
Commit count: 0

cargo fmt