roxy-runtime 0.1.0

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

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

Runtime implementations for the Roxy RPC proxy including TokioContext
for production and DeterministicContext for testing.

## License

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