faster-hex
faster-hex copied to clipboard
Add no-std support
This makes the crate work in no-std environment by calling CPUID instead of using the is_x86_feature_detected! macro (the macro is not in core because some of those macros require OS support)