arti/crates/arti-rpcserver
Nick Mathewson 6bdfc5740f arti-rpcserver: Be careful about saying "result".
Even though json-rpc uses "result" to mean "a successful return value
from a method", we can't: Rust's `Result` type is so pervasive
that confusion would be inevitable.
2023-04-12 12:08:53 -04:00
..
src arti-rpcserver: Be careful about saying "result". 2023-04-12 12:08:53 -04:00
Cargo.toml Rename tor-rpccmd to tor-rpcbase. 2023-04-12 07:34:57 -04:00
README.md rpc: Implement json message types for serde. 2023-04-12 07:34:57 -04:00

README.md

arti-rpcserver

Backend for Arti's RPC service

License: MIT OR Apache-2.0