rust_events 0.9.0

A flexible event-handling library, based on the C# delegate model.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[lib]
crate-type = ["dylib"]
name = "event"
path = "src/lib.rs"

[package]
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/"
keywords = ["Events", "events", "event-driven", "publisher"]
license = "Apache-2.0"
name = "rust_events"
repository = "https://github.com/mkozachek/Rust-Events"
version = "0.9.0"