Commit Graph

2 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet 042fd066f0
Split `Rule::update` in several functions
Also optimization with a static Regex
2020-04-05 15:51:23 +02:00
Lucien Cartier-Tilet 5f30c6d636
Reorganized modules, made rules a separate struct
Rules are now a separate struct, and the `rules` member of
`settings::Settings` is now a `Vec<settings::rule::Rule`.

Several elements were made private, now can be accessed through
dedicated methods
2020-04-04 22:44:08 +02:00