slint-ui / document-features

Extract documentation for the feature flags from comments in Cargo.toml
Apache License 2.0
173 stars 13 forks source link

Don't throw an error when there is no features in Cargo.toml #21

Closed ogoffart closed 10 months ago

ogoffart commented 10 months ago

Because this could happen if the Cargo.toml is "normalized". Instead, show a note in the documentation

Fixes #20