]> git.g-eek.se Git - ranknauto.git/commit
Src. Handle bullet lists
authorGustav Eek <gustav.eek@fripost.org>
Sun, 26 Feb 2023 07:46:28 +0000 (08:46 +0100)
committerGustav Eek <gustav.eek@fripost.org>
Mon, 6 Mar 2023 05:51:33 +0000 (06:51 +0100)
commit8356f6f1e0197ce702fe19829288d416a25565bf
tree53928091b79d54d600ae1e00cf41adfe10fe6be0
parentf0c1dee5ba3dbf1a599c232f85195f19bd773d63
Src. Handle bullet lists

Support for bullet list input is implemented with regular expressions
in *winnow*. The configuration struct stores bullet format if
found. Function *output* implements the printing. Testing is completed
for all above.
src/main.rs