You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I understand, all dependencies that require std are behind the std feature (which is enabled by default). So compilation should work with cargo build --target thumbv7em-none-eabihf --no-default-features --features alloc. (alloc is required, see #51.)
Hello everyone,
Looking at #22, I'd expect to be able to build the library for
no_std
target, but this currently failsongetrandom
like this:Is this expected to build at all, or things (e.g. your approach to supporting
no_std
) have changed since #22?The text was updated successfully, but these errors were encountered: