9b1dc843fc
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. |
||
---|---|---|
.. | ||
decoder | ||
encoder | ||
display.rs | ||
lib.rs | ||
parser.rs |