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
{{ message }}
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.
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.
This means that the same library can parse summaries created by both old
and new versions of guppy. We don't use the summary for much anyway,
currently.
I also looked at switching to `toml_edit`, which has a much better
design overall. Unfortunately, I ran into
toml-rs/toml#192. It makes sense to switch
to `toml_edit` at some point in the future, and I've filed facebookarchive#492 to keep
track of that.
This means that the same library can parse summaries created by both old
and new versions of guppy. We don't use the summary for much anyway,
currently.
I also looked at switching to `toml_edit`, which has a much better
design overall. Unfortunately, I ran into
toml-rs/toml#192. It makes sense to switch
to `toml_edit` at some point in the future, and I've filed facebookarchive#492 to keep
track of that.
This means that the same library can parse summaries created by both old
and new versions of guppy. We don't use the summary for much anyway,
currently.
I also looked at switching to `toml_edit`, which has a much better
design overall. Unfortunately, I ran into
toml-rs/toml#192. It makes sense to switch
to `toml_edit` at some point in the future, and I've filed #492 to keep
track of that.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
toml_edit
looks like the future of toml parsing and serialization in Rust: its design avoidsValueAfterTable
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.easy::to_string_pretty
doesn't produce pretty results toml-rs/toml#192The text was updated successfully, but these errors were encountered: