Commit Graph

7 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet c418323b5c
Removed unused `use`s 2020-03-29 03:06:46 +02:00
Lucien Cartier-Tilet c6baa46aca
Removed `import_input`
This should be left to the client crate, `settings::utils::read_file`
is already here for that
2020-03-28 22:38:28 +01:00
Lucien Cartier-Tilet e9a161f526
Updated `import_input` signature, documentation 2020-03-28 21:58:27 +01:00
Lucien Cartier-Tilet 488ceba1bb
Added some doc and tests 2020-03-27 19:08:47 +01:00
Lucien Cartier-Tilet 2e0c16e97c
Added functions to import and export settings and refactoring 2020-03-27 18:25:20 +01:00
Lucien Cartier-Tilet ff95cb05eb
Added some basic code
Added basic settings representation and a way to load them from either
a YAML or Json file.
2020-03-26 20:10:07 +01:00
Lucien Cartier-Tilet 47100b3476
initial commit 2020-03-26 17:04:23 +01:00