Crates.io | subscriber-rs |
lib.rs | subscriber-rs |
version | 0.0.1 |
source | src |
created_at | 2022-04-10 18:56:22.741514 |
updated_at | 2022-04-10 18:56:22.741514 |
description | A subscriber framework |
homepage | |
repository | https://github.com/hube12/subscriber-rs |
max_upload_size | |
id | 565196 |
size | 55,213 |
A simple subscriber framework see examples/simple.rs
for How-To.
This crates solves the problems of how to register a callback (maybe FFI one) and send in an event loop different events.
Note: the no_std part is not working atm and we depends of tokio for the executor, we will switch to agnostik later on.
cargo install subscriber-rs
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
See CONTRIBUTING.md.