summaryrefslogtreecommitdiff
path: root/crates/tor-linkspec/src/ids.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-netdir: Add a static assertion about RelayIdType::COUNTNick Mathewson2022-08-101-1/+16
* Implement `Into<RelayIdRef>` for `&RelayId`.Nick Mathewson2022-08-101-0/+6
* Final (?) API revisions for tor-linkspecNick Mathewson2022-08-101-24/+0
* linkspec: Add more accessors (some internal) for ids.Nick Mathewson2022-08-101-0/+68
* Introduce a RelayIdSet and use it in place of HashSet<RelayId>.Nick Mathewson2022-08-101-0/+13
* Teach guard restrictions about RelayId.Nick Mathewson2022-08-101-0/+16
* Parsing, encoding, and serde for RelayId.Nick Mathewson2022-08-101-4/+191
* Add a set of Identity-related types and accessors.Nick Mathewson2022-08-101-0/+105