subscriber-rs

Crates.io Docs.rs CI Coverage Status

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.

Installation

Cargo

License

Licensed under either of

at your option.

Contribution

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.