Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix that std was Still Required Through lazy_static #15

Merged
merged 1 commit into from
Apr 1, 2021

Commits on Apr 1, 2021

  1. Fix that std was still required by lazy_static.

    This will make lazy_static optional, since it isn't even needed without alloc.
    This should be backwards compatible, since lazy_static is not in the public API.
    
    Still, since lazy_static, by default needs std this commit adds also some rational,
    about how to use this crate with alloc but ensuring that lazy_static will not use std.
    Cryptjar committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    1fe15e1 View commit details
    Browse the repository at this point in the history