Skip to content

Docs on what can be done without std? #882

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

Closed
robomancer-or opened this issue Mar 20, 2018 · 2 comments · Fixed by #1607
Closed

Docs on what can be done without std? #882

robomancer-or opened this issue Mar 20, 2018 · 2 comments · Fixed by #1607

Comments

@robomancer-or
Copy link

The readme says that without std there "a significantly reduced API surface", but I haven't found anywhere that lays out what features require std and what features don't. Does that information exist anywhere besides the source?

@Nemo157
Copy link
Member

Nemo157 commented Mar 20, 2018

Easy way to see it is cd futures-rs/futures && cargo doc --no-default-features --open. There was a ticket about adding support for displaying feature dependencies to rustdoc, which would allow viewing this on docs.rs as well, but no idea if something like that will ever actually happen.

@robomancer-or
Copy link
Author

Having to clone a repo just to get a sense of if it could work for me seems inelegant (I suppose I'm preaching to the choir on that one), but it's certainly better than nothing, thanks! (I'm going to have to keep that trick in my back pocket for other crates)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants