PyO3 / pyproject-toml-rs

pyproject.toml parser in Rust
MIT License
19 stars 8 forks source link

Apply serde's renaming to the members of ReadMe::Table as well #9

Closed viccie30 closed 1 year ago

viccie30 commented 1 year ago

Serde's enum attributes don't apply to individual fields in variants.

See also https://github.com/serde-rs/serde/issues/1061.