`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.
Added basic settings representation and a way to load them from either a YAML or Json file.