Crates.io | rs_observable |
lib.rs | rs_observable |
version | 0.1.4 |
source | src |
created_at | 2024-01-16 23:17:27.739112 |
updated_at | 2024-01-27 21:56:44.600437 |
description | Simple observable pattern implementation |
homepage | |
repository | https://github.com/OkieOth/rs_observable |
max_upload_size | |
id | 1102089 |
size | 28,730 |
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