rust_events 0.8.1

A flexible event-handling library, based on the C# delegate model.
[package]
name = "rust_events"
version = "0.8.1"
authors = ["Matthew Kozachek <mkozachek@gmail.com>"]

description = "A flexible event-handling library, based on the C# delegate model."

documentation = "https://mkozachek.github.io/Rust-Events/"
repository = "https://github.com/mkozachek/Rust-Events"
keywords = ["Events", "events", "event-driven","publisher"]
license = "Apache-2.0"

[lib]
name = "event"
path = "src/lib.rs"
crate-type = ["dylib"]