aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-ptmgr/README.md
Commit message (Collapse)AuthorAgeFilesLines
* doc: consistent summary line for the READMEsEmil Engler2022-12-201-1/+1
| | | | | This commit introduces a consistency to the summary line of all README.md files in each and every crate.
* PtMgr: New features section in README.mdNick Mathewson2022-11-281-6/+12
| | | | | | | Per convention, have a `full` feature. Also, downgrade the 'TODO pt-client' entries in README::limitations, since they are not blockers for 1.1.0.
* ptmgr: Mark PtMessage and next_message as experimental-api.Nick Mathewson2022-11-281-0/+14
| | | | | | | | These are implementation details and we don't want to mark them as stable. To do this, I needed to apply some additional options to the example code's configuration in Cargo.toml.
* Add the skeleton of a tor-ptmgr crateNick Mathewson2022-09-231-0/+38
When complete, this crate will handle launching and using pluggable transports on demand.