summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/parse2.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-netdoc: parse2: More focused tests (success cases)Ian Jackson2025-08-261-0/+3
| | | | | The netstatus doc poc does test most of the functionality, but I want some tests of edge cases that that misses.
* tor-netdoc: Rerun cargo fmt after rebaseIan Jackson2025-08-141-1/+1
|
* tor-netdoc: parse2: Fix typo in "Naming conventions" docIan Jackson2025-08-141-1/+1
|
* tor-netdoc: Proof-of-concept demo of new parserIan Jackson2025-08-141-0/+2
| | | | This can parse and validate the signatures on a consensus.
* tor-netdoc: Introduce parse2, new parserIan Jackson2025-08-141-0/+163
This isn't used anywhere yet. We're going to demonstrate it, and test the demo, in a moment.