You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
toml_edit looks like the future of toml parsing and serialization in Rust: its design avoids ValueAfterTable issues, provides greater control over formatting if necessary, etc. I think it makes sense to switch to it at some point. Filing this task to keep track of blocking issues.
toml_editlooks like the future of toml parsing and serialization in Rust: its design avoidsValueAfterTableissues, provides greater control over formatting if necessary, etc. I think it makes sense to switch to it at some point. Filing this task to keep track of blocking issues.easy::to_string_prettydoesn't produce pretty results toml-rs/toml#192