aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/parse2/lines.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-netdoc: Remove now-redundant bindingIan Jackson2026-07-161-2/+1
|
* Use "extend" for tor-netdoc lines StrExtIan Jackson2026-07-161-3/+5
|
* everywhere: Add #[allow(clippy::string_slice)]Clara Engler2026-06-091-0/+3
| | | | | | | | This commit adds #[allow(clippy::string_slice)] to all functions in the code where string slices are used, alongside a TODO comment. We do this add the function header to have it consistent, as things like expression based allow's are still experimental.
* tor-netdoc: Introduce parse2, new parserIan Jackson2025-08-141-0/+124
This isn't used anywhere yet. We're going to demonstrate it, and test the demo, in a moment.