The Wayback Machine - https://web.archive.org/web/20200907000547/https://github.com/japaric/xargo/issues/118
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

Link to std Cargo.tomls in README #118

Open
kazimuth opened this issue Jan 17, 2017 · 1 comment
Open

Link to std Cargo.tomls in README #118

kazimuth opened this issue Jan 17, 2017 · 1 comment

Comments

@kazimuth
Copy link

@kazimuth kazimuth commented Jan 17, 2017

It would be convenient if the README had:

  • A list of the libraries that could be compiled for a particular target (e.g. collections, libc, ...)
  • A link to the relevant Cargo.toml for each library so that it's easy to find the features that are available

(Should the title be "Cargo.toml's"? I'm never sure.)

@japaric
Copy link
Owner

@japaric japaric commented Jan 17, 2017

I'm not sure. This would be a hassle to maintain. The std facade is not stable so it may get reorganized at any time: crates may disappear, appear or get renamed. Also, the facade may look different depending on your nightly version.

I would prefer to just tell the users to look into the rust-src component and that only core, std and test are "stable", in the sense that they won't be renamed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.