eclipse-uprotocol / up-rust

uProtocol Language Specific Library for Rust
Apache License 2.0
11 stars 9 forks source link

Add L2 API examples #162

Closed sophokles73 closed 2 months ago

sophokles73 commented 2 months ago

Added a new "util" feature which provides a local, in-memory only UTransport. This transport is used for some examples illustrating how the Communication layer API can be used.

This is for #151

sophokles73 commented 2 months ago

@evshary I have modified the examples to also include unregistering the listeners ...