Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | minor idiomatic changes | JJ | 2023-06-17 |
| | |||
* | update readme | JJ | 2023-02-24 |
| | |||
* | refactor slightly for state | JJ | 2023-02-24 |
| | |||
* | parse_wiki_text: begin implementation of template handling | JJ | 2023-02-24 |
| | |||
* | condense display in lib.rs | JJ | 2023-02-24 |
| | |||
* | parse_wiki_text: fix incorrect parsing of pages lacking a leading newline | JJ | 2023-01-16 |
| | |||
* | parse_wiki_text: impl Display for Node, except for template nodes | JJ | 2023-01-08 |
| | | | | templates are going to be like several dozen specific cases | ||
* | parse_wiki_text: fix compiler warnings | JJ | 2023-01-07 |
| | |||
* | Copy the last version of the parse_wiki_text crate in for development | JJ | 2023-01-04 |
| | |||
* | pretty terrible printing implementation | JJ | 2023-01-04 |
| | |||
* | bug fix | JJ | 2023-01-02 |
| | | | | this may be slightly slower, however: but we can performance golf later | ||
* | Initial implementation | JJ | 2023-01-01 |