An open API service indexing awesome lists of open source software.

https://github.com/dannixon/teeny-rpc

An extremely minimal Rust RPC library that supports both std and no_std clients and servers.
https://github.com/dannixon/teeny-rpc

embedded-rust rpc rpc-library rust

Last synced: about 1 month ago
JSON representation

An extremely minimal Rust RPC library that supports both std and no_std clients and servers.

Awesome Lists containing this project

README

        

# `teeny-rpc`

An extremely minimal RPC library that supports both `std` and `no_std` clients and servers.
Only supports handing a single request at a time.