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

Switch from libcollections to liballoc (gated on an "alloc" feature) #59

Merged
merged 1 commit into from
Jun 26, 2017

Commits on Jun 19, 2017

  1. Switch from libcollections to liballoc (gated on an "alloc" feature)

    libcollections was recently merged into liballoc:
    
    rust-lang/rust#42648
    
    I went ahead and also added an "alloc" feature which no_std users can use to opt
    into liballoc features (i.e. any code using Vec). This should have no effect on
    anything but no_std usage. It does make it possible for people without
    allocators to use curve25519-dalek if they want though. Might be nice for
    "bare metal" development.
    
    All that said, from what I can gather liballoc, while not "stable", should
    likely stick around for the forseeable future.
    
    Some backstory on the liballoc/libcollections merge here:
    
    rust-lang/rust#42565
    tonychain committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    d9742c2 View commit details
    Browse the repository at this point in the history