Go to file
Lucien Cartier-Tilet 8642067eb3
Updated settings::utils::write_file’s signature for more flexibility
`write_file` now accepts as its second argument any type that
implements the `ToString` trait so that not only Strings will be
accepted but any type that can be turned into one.
2020-03-27 19:09:34 +01:00
src Updated settings::utils::write_file’s signature for more flexibility 2020-03-27 19:09:34 +01:00
.gitignore Added some doc and tests 2020-03-27 19:08:47 +01:00
Cargo.toml Added some basic code 2020-03-26 20:10:07 +01:00