roxy-rpc 0.1.0

RPC handling for Roxy RPC proxy
1
2
3
4
5
6
7
8
9
10
11
12
# RPC for Roxy

[![Crates.io](https://img.shields.io/crates/v/roxy-rpc.svg)](https://crates.io/crates/roxy-rpc)
[![Docs.rs](https://docs.rs/roxy-rpc/badge.svg)](https://docs.rs/roxy-rpc)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

RPC handling including JSON-RPC codec, method routing, request validation,
and sliding window rate limiting.

## License

This project is licensed under the MIT License - see the [LICENSE](../../LICENSE) file for details.