evident 0.12.2

Pub/Sub library using IDs to identify events.
Documentation
1
2
3
4
5
6
7
8
//! Contains specific *evident* tests.

#[macro_use]
pub(self) mod setup;

pub mod set_events;
pub mod subscription;
pub mod threading;