static-events

Crates.iostatic-events
lib.rsstatic-events
version0.1.3
sourcesrc
created_at2018-06-13 15:43:33.668658
updated_at2018-06-16 00:56:25.317231
descriptionA library for creating zero-cost event systems.
homepage
repositoryhttps://github.com/Lymia/static-events
max_upload_size
id69932
size41,515
pest-ide-tools (github:pest-parser:pest-ide-tools)

documentation

https://docs.rs/static-events/

README

A generic zero-cost event handler system. Event dispatches should get compiled down to a plain function that executes all handlers involved with no dynamic dispatches.

This library is nightly-only as it relies on specialization.

See the documentation for more information.

This library is dual licenced under the MIT and Apache 2.0 licenses.

Commit count: 120

cargo fmt