blob: 3fd79e22e4983d1fc073d290cefc784669bca311 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# arti-rpc-client-core
Client library for Arti RPC
## Overview
This crate provides the recommended mechanism
for connecting to Arti over RPC.
It provides a set of APIs, along with FFI wrappers,
to open a connection to Arti,
send requests, and receive replies.
For more information about the Arti RPC system,
see [the arti rpc book][rpc-book].
[rpc-book]: https://gitlab.torproject.org/tpo/core/arti/-/tree/main/doc/dev/rpc-book/src
License: MIT OR Apache-2.0
|