Crate evident

source ·
Expand description

evident makes it easy to create custom multithreaded pub/sub functionality. Communication is achieved by capturing events with distinct IDs, and forwarding those events to subscribers of the related IDs.

The tests/min_concretise folder contains a minimal example on how to create your custom pub/sub setup.

A custom filter is added in the tests/min_filter folder. This filter may be used to prevent events from being captured.

Checkout the tests/min_msg folder if you want to send custom event messages instead of regular Strings.

Re-exports

Modules

Macros