/event_queue

A generic event-queue API for Rust.

Primary LanguageRustApache License 2.0Apache-2.0

Generic Event Queue

CI Crates.io Crates.io

A generic event-queue API.

This package was originally crated as part of Wolf Engine's event-handling system, but it's proven useful in other projects. I decided to make it into a stand-alone crate, after copy-pasting it into multiple projects.

Getting Started

To use the latest release version:

# Cargo.toml

[dependencies]
generic_event_queue = "*"

To use the latest development version:

# Cargo.toml

[dependencies]
generic_event_queue = { git = "https://github.com/AlexiWolf/generic_event_queue" }

See the docs for usage instructions.

Status

Generic Event Queue is currently in development. You should expect missing features, bugs, changing APIs, and other spooky stuff until release 1.0.

License

Generic Event Queue is licensed under either:

At your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without additional terms or conditions.