Go to file
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
src Reorganized modules, made rules a separate struct 2020-04-04 22:44:08 +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