Go to file
Lucien Cartier-Tilet ef8c02fc97
Good progress with applying rules, room for improvement
Rules are applied, however some bugs remain:
- The HashMap for rules should be replaced by a Vec so they can be
  stored in order and not randomly
- For some reasons, the `%` is not removed from some rules in the
  private function `update_rules` in the `Settings` struct.
- Make it so replacements between square brackets work correctly
2020-04-04 15:46:29 +02:00
src Good progress with applying rules, room for improvement 2020-04-04 15:46:29 +02:00
.gitignore Added some doc and tests 2020-03-27 19:08:47 +01:00
Cargo.toml Organized imports 2020-03-29 03:07:26 +02:00