arti/crates/tor-hsclient
Nick Mathewson 7c1b6a5a81 Bump the patch version of every crate that had API additions
These crates had API or behavior changes that may affect downstream
crates. Fortunately, they're all version 0.x, and don't need minor
bumps for this.
2023-02-01 10:36:29 -05:00
..
src Note a needed isolation API. 2023-01-24 12:32:21 -05:00
Cargo.toml Bump the patch version of every crate that had API additions 2023-02-01 10:36:29 -05:00
README.md Add a new stub hsclient module to connect to onion services. 2023-01-24 12:32:21 -05:00

README.md

tor-hsclient

Core implementation for onion services client.

EXPERIMENTAL DRAFT

This crate is a work in progress; it is not the least bit complete.

Right now, it does not even work: it's only here so that we can prototype our APIs.

ARCHITECTURAL NOTE

This crate creates circuits to onion circuits, but does not remember them: it is the circmgr's job to remember circuits. The tor-circmgr crate uses this module indirectly, via a trait that it defines.