Crates.io | remoc-obs |
lib.rs | remoc-obs |
version | 0.5.0 |
source | src |
created_at | 2022-01-17 16:05:04.540745 |
updated_at | 2022-05-25 19:18:11.054037 |
description | Collections (Vec, HashMap, HashSet, append-only list) that can be observed and mirrored remotely. |
homepage | |
repository | https://github.com/surban/remoc-obs/ |
max_upload_size | |
id | 515649 |
size | 169,988 |
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.
The following observable types are implemented:
Remoc-obs is built against the latest stable release. The minimum supported Rust version (MSRV) is 1.58.
Remoc-obs is licensed under the Apache 2.0 license.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Remoc-obs by you, shall be licensed as Apache 2.0, without any additional terms or conditions.