hpfeeds-broker is a Rust implementation of a HPFeeds event broker.
Start the server:
RUST_LOG=debug cargo run --bin hpfeeds-broker
The tracing crate is used to provide structured logs.
You can substitute debug with the desired log level.
This project is licensed under the MIT license.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in hpfeeds-broker by you, shall be licensed as MIT, without any
additional terms or conditions.