aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/netstatus/rs/vote.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-netdoc: rs referenced doc digests: Use FixedB64Ian Jackson2026-05-181-1/+1
| | | | | | | FixedB64 is the right type for these, when they are present. This abolishes some ad-hoc boilerplate. Sadly we still need a bit of that for Reasons.
* tor-netdoc: Fix comments in rs variety filesIan Jackson2026-05-181-1/+1
| | | | This is router *status* not router *descriptor*.
* tor-netdoc: Apply much rustfmt churnIan Jackson2025-08-261-1/+1
|
* tor-netdoc: Provide some Vote thingsIan Jackson2025-08-261-0/+4
| | | | And export *RouterStatus with the macro, and *Header.
* tor-netdoc: Introduce experimental ns-vote featureIan Jackson2025-08-261-0/+8
Now we can start actually having code to do with votes. This feature doesn't actually contain any new API surface yet.