toml-rs/src
Bourgond Aries 9b1dc843fc Add lookup_mut method for mutable access
Mutable access may sometimes be desired in order to change values
in the toml table. This can be used for dynamic configurations which
will be easy to modify and store.

lookup_mut requires a recursive method due to the borrow checker
not allowing to have more than one mutable reference in the same
scope.
2016-03-24 14:18:00 +01:00
..
decoder Fix last tests 2016-03-11 09:20:32 -08:00
encoder WIP 2016-03-07 23:48:01 -08:00
display.rs Address issues found by rust-clippy 2016-01-21 08:38:09 -05:00
lib.rs Add lookup_mut method for mutable access 2016-03-24 14:18:00 +01:00
parser.rs Support literal strings in table names 2016-01-24 10:50:39 -08:00