rs_observable

Crates.iors_observable
lib.rsrs_observable
version0.1.4
sourcesrc
created_at2024-01-16 23:17:27.739112
updated_at2024-01-27 21:56:44.600437
descriptionSimple observable pattern implementation
homepage
repositoryhttps://github.com/OkieOth/rs_observable
max_upload_size
id1102089
size28,730
Eiko Thomas (OkieOth)

documentation

README

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
Commit count: 0

cargo fmt