cuviper / autocfg

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

Add a check for supporting `extern "x"` values #66

Open tgross35 opened 4 months ago

tgross35 commented 4 months ago

Rust currently has extern "C" and extern "Rust", but is likely to get more in the future - specifically C-unwind and crabi. A convenient way to probe for these would be helpful.