/rs_observable

Primary LanguageRustApache License 2.0Apache-2.0

ci crates.io

TL;DR;

The project contains to Oberver pattern implementations.

With the single feature a single threaded version is available over the Observable and ObservedValue types

The tokio feature contains the types ChObservable and ChObservedValue as pattern implementations

For the full doc ...

cargo doc -F all --open