Skip to main content

Module detect

Module detect 

Source
Available on crate feature full only.
Expand description

Provides system feature detection

Modulesยง

cache ๐Ÿ”’
x86 ๐Ÿ”’ x86-64

Macrosยง

features_macro ๐Ÿ”’
is_x86_feature_detectedx86 or x86-64
Returns a bool if the current system supports the requested feature

Functionsยง

features
Returns an iterator over feature names and their support on the current system