summaryrefslogtreecommitdiff
path: root/crates/tor-linkspec/src/decode.rs
Commit message (Expand)AuthorAgeFilesLines
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Lower linkspec list parsing into new tor-linkspec method.Nick Mathewson2023-08-221-1/+20
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Avoid matches!(x, None), matches!(x, Ok(_))Nick Mathewson2023-07-061-2/+2
* Add linkspec::decode to convert linkspecs to an OwnedChanTargetNick Mathewson2023-05-111-0/+184