aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/parse2/keyword.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-netdoc: Improve Keyword API slightlyIan Jackson2026-01-151-1/+12
|
* netdoc parse2: Fix keyword parsing to hate nul, not digit zero (!)Ian Jackson2025-09-291-1/+1
|
* tor-netdoc: Introduce parse2, new parserIan Jackson2025-08-141-0/+99
This isn't used anywhere yet. We're going to demonstrate it, and test the demo, in a moment.