aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/netstatus/build/md.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-netdoc: netstatus: Move everything variety-specificIan Jackson2025-08-261-1/+0
| | | | | | | | | This is much code motion. This splits many types into two. For example, `Conensus` is now`plain::Consensus<RS>` and `md::Consensus<RS>`. We're going to get rid of the generics later in this branch.
* tor-netdoc: Prepare variety modules for network status documentsIan Jackson2025-08-261-0/+10
This is empty modules and scaffolding.