# 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