Crates.io | static-events |
lib.rs | static-events |
version | 0.1.3 |
source | src |
created_at | 2018-06-13 15:43:33.668658 |
updated_at | 2018-06-16 00:56:25.317231 |
description | A library for creating zero-cost event systems. |
homepage | |
repository | https://github.com/Lymia/static-events |
max_upload_size | |
id | 69932 |
size | 41,515 |
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.