cuviper / autocfg

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

probe with_features #43

Open CAD97 opened 2 years ago

CAD97 commented 2 years ago

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

This implements the callback based with_features approach mentioned in #35.

I've written the test to just use .probe("") to avoid making the test depend on the success of other tests.