cuviper / autocfg

Automatic cfg for Rust compiler features
Apache License 2.0
95 stars 24 forks source link

Stateless feature probing #42

Open CAD97 opened 2 years ago

CAD97 commented 2 years ago

Alternative to #35. cc #24, #28.

This API puts the burden onto the user to know how to best check that a feature works as expected (whatever statements are used to check it) rather than reusing existing probe_/emit_ methods. This means that probe_features is a bit harder to use, but the developer testing for the feature(s) almost certainly already knows what they want to do with the feature well enough to write a simple check.