generic_event_queue

Crates.iogeneric_event_queue
lib.rsgeneric_event_queue
version0.2.0
sourcesrc
created_at2023-12-08 19:54:18.206515
updated_at2024-01-05 09:23:45.686664
descriptionProvides a generic event-queue API.
homepagehttps://github.com/AlexiWolf/event_queue
repositoryhttps://github.com/AlexiWolf/event_queue
max_upload_size
id1062356
size26,368
Lexi (AlexiWolf)

documentation

README

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.

Commit count: 20

cargo fmt