aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* condense display in lib.rsJJ2023-02-24
|
* parse_wiki_text: fix incorrect parsing of pages lacking a leading newlineJJ2023-01-16
|
* parse_wiki_text: impl Display for Node, except for template nodesJJ2023-01-08
| | | | templates are going to be like several dozen specific cases
* parse_wiki_text: fix compiler warningsJJ2023-01-07
|
* Copy the last version of the parse_wiki_text crate in for developmentJJ2023-01-04
|
* pretty terrible printing implementationJJ2023-01-04
|
* bug fixJJ2023-01-02
| | | | this may be slightly slower, however: but we can performance golf later
* Initial implementationJJ2023-01-01