Crates.io | generic_event_queue |
lib.rs | generic_event_queue |
version | 0.2.0 |
source | src |
created_at | 2023-12-08 19:54:18.206515 |
updated_at | 2024-01-05 09:23:45.686664 |
description | Provides a generic event-queue API. |
homepage | https://github.com/AlexiWolf/event_queue |
repository | https://github.com/AlexiWolf/event_queue |
max_upload_size | |
id | 1062356 |
size | 26,368 |
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.
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.
Generic Event Queue is currently in development. You should expect missing features, bugs, changing APIs, and other spooky stuff until release 1.0.
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.