Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(toml): Make Table first class #468

Merged
merged 4 commits into from
Jan 19, 2023
Merged

feat(toml): Make Table first class #468

merged 4 commits into from
Jan 19, 2023

Conversation

epage
Copy link
Member

@epage epage commented Jan 19, 2023

With #457, we've started to make a harder distinction between documents and
values in de. We are looking to do similar for ser which requires us to do
this for Table/Value as well.

This is a follow up to #467

Fixes #367

epage added 4 commits January 19, 2023 10:21
With toml-rs#457, we've started to make a harder distinction between documents and
values in `de`.  We are looking to do similar for `ser` which requires us to do
this for `Table`/`Value` as well.

Fixes toml-rs#367
@epage epage merged commit b774716 into toml-rs:main Jan 19, 2023
@epage epage deleted the test branch January 19, 2023 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Deserializer for Table and Array
1 participant