PyO3 / pyproject-toml-rs

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

Allow parsing the tool table #21

Open bschoenmaeckers opened 6 months ago

bschoenmaeckers commented 6 months ago

closes #11

I wasn't sure how to use the default generic value when calling the constructor in the existing tests, so I had to change them. If this can be done without change I'm happy to learn!