summaryrefslogtreecommitdiff
path: root/crates/tor-rpc-connect/README.md
blob: 251be1f2c6d33a5c71544e38257e2fbfa01fa0cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# tor-rpc-connect

Functionality related to RPC connect points.

## Overview

A "connect point" is Toml string
that  describes how an RPC client should connect to an RPC server;
and how an RPC server should wait for client connections.

This crate implements parsing for the format,
and facilities to either connect to an RPC server
or listen as an RPC server
given a connect point.

License: MIT OR Apache-2.0