aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/extra_info.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-netdoc: Initialize extra-info moduleClara Engler2026-08-051-0/+243
This commit initializes the doc::extra_info module in tor-netdoc, which is still marked as incomplete and will be extended in the future. Right now, it is very barebones by only supporting the introduction item as well as the bare minimum required for verification. It also adds a simple unit test, which iterates over the available test data, parses and verifies it.