summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/peer.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix typosTobias Stoeckmann2026-03-241-1/+1
* proto: Make PeerInfo accessors pub(crate)David Goulet2026-03-031-2/+8
* proto: Implement Display for PeerAddrDavid Goulet2026-03-031-1/+1
* proto: Use constructor for PeerInfo instead of BuilderDavid Goulet2026-02-191-3/+6
* proto: Remove Default of PeerInfo/Addr and use const insteadDavid Goulet2026-02-191-20/+14
* proto: Add PeerInfo and PeerAddr in src/peer.rsDavid Goulet2026-02-191-0/+160