eclipse-uprotocol / up-rust

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

Add RpcServer implementation #135

Closed sophokles73 closed 2 months ago

sophokles73 commented 3 months ago

Added an implementation of RpcServer which maintains all state in memory. The implementation can work with any UTransport.

this is for #122