summaryrefslogtreecommitdiff
path: root/crates/tor-rpc-connect
Commit message (Collapse)AuthorAgeFilesLines
...
* connect point: implement FromStr.Nick Mathewson2024-11-191-17/+58
| | | | | | | | | While doing so, tidy up the errors that we detect when parsing a connect point, so that we can differentiate ones that indicate an unsupported connect-point type. This means that fewer types now implement Deserialize; that's probably a good thing.
* tor-connect-point: new crate to manage RPC connect pointsNick Mathewson2024-11-194-0/+447
See doc/dev/rpc-book/src/rpc-connect-sketch.md for details.