remoc-obs 0.2.0

Remotely observable collections for use with Remoc.
Documentation
remoc-obs-0.2.0 has been yanked.

Remoc-obs — remotely observable collections for use with Remoc

This crate provides collections that emit an event for each change. This event stream can be sent to a remote endpoint via a Remoc channel, where a mirrored collection can be built from it.

At the moment the following is implemented:

  • a remotely observable hash map
  • a channel buffer that stores and replays all values sent through it

crates.io page docs.rs page Apache 2 license

Supported Rust versions

Remoc-obs is built against the latest stable release. The minimum supported Rust version (MSRV) is 1.57.

License

Remoc-obs is licensed under the Apache 2.0 license.

Contribution

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.