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.
- Host: GitHub
- URL: https://github.com/dannixon/teeny-rpc
- Owner: DanNixon
- Created: 2025-04-13T06:31:53.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-04-13T07:22:37.000Z (about 1 month ago)
- Last Synced: 2025-04-14T20:44:14.825Z (about 1 month ago)
- Topics: embedded-rust, rpc, rpc-library, rust
- Language: Rust
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.