EugeneGonzalez/bit_reverse

Create a Feature "Core" to allow no_std operation

EugeneGonzalez opened this issue · 1 comments

This should be pretty simple as there is only one STD call in BitwiseReverse.

Important as this library would be useful for embedded projects that wouldn't have access to the STD.

Fixed by commit 1246f75. Slightly different from as described above. STD is used by default and by disabling default features the no_std flag is thrown.