👎Deprecated: remoc-obs has been integrated into remoc as module remoc::robs. Please update your references.
Expand description
Remotely observable collections.
This crate is deprecated: Remoc-obs has been integrated into Remoc as of version 0.10.
Please update your references to use the remoc::robs module.
Development continues as part of the Remoc repository.
This crate provides collections that emit an event for each change. This event stream can be sent to a local or remote endpoint (using remoc), where it can be either processed event-wise or a mirrored collection can be built from it.
Modules§
- hash_
map Deprecated - Observable hash map.
- hash_
set Deprecated - Observable hash set.
- list
Deprecated - Observable append-only list.
- vec
Deprecated - Observable vector.
Structs§
- Change
Notifier Deprecated - Notifies a local observer of changes to an observable collection.
- Dropped
Error Deprecated - The observed object has been dropped.