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

Add Cargo feature for builds without libstd #95

Closed
hauleth opened this issue Jan 8, 2016 · 2 comments
Closed

Add Cargo feature for builds without libstd #95

hauleth opened this issue Jan 8, 2016 · 2 comments
Labels
F-new-int Functionality: new, within Rand

Comments

@hauleth
Copy link

hauleth commented Jan 8, 2016

Allow builds without std::io, alloc and friends would help with creating libstd independent libraries that can be used with Rng which is de facto standard trait for randomness engines.

@alexcrichton alexcrichton added the F-new-int Functionality: new, within Rand label Jun 14, 2017
@jethrogb
Copy link

This is #108

@pitdicker
Copy link
Contributor

Implemented as part of #208.

@dhardy dhardy closed this as completed Mar 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
F-new-int Functionality: new, within Rand
Projects
None yet
Development

No branches or pull requests

5 participants