eclipse-uprotocol / up-rust

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

Add abstract Communication Layer API traits #124

Closed sophokles73 closed 3 months ago

sophokles73 commented 3 months ago

Added traits for publishing messages, sending notifications and invoking remote service operations. These traits represent the uProtocol Communication Layer API that uEntities can use to interact with each other using uProtocol.

This is the first step for #122