summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* Make RouterDesc implement Clone and Debug.Nick Mathewson2022-09-261-0/+2
| | | | Their omission was an oversight.
* Remove semver.md files now that 0.5.0 is outNick Mathewson2022-06-241-2/+0
|
* NetDoc: Make AddrPortPattern implement serde traitsNick Mathewson2022-06-171-1/+2
| | | | | | I'm using serde_with here to just re-use the Display and FromStr implementations, since those are what has proven easier to type in the past.
* Make AddrPortPattern and friends implement Eq and PartialEqNick Mathewson2022-06-171-0/+1