Skip to content

Instantly share code, notes, and snippets.

@carols10cents
Created May 14, 2016 15:37
Show Gist options
  • Save carols10cents/3d7b6e02bd58ef9a935aeb232b95ad79 to your computer and use it in GitHub Desktop.
Save carols10cents/3d7b6e02bd58ef9a935aeb232b95ad79 to your computer and use it in GitHub Desktop.
Cargo guide feedback request!

Cargo Guide Feedback from People New To Rust

Thank you for your time trying out the cargo guide and providing feedback!

Here are your instructions:

  1. If you haven't yet, download and install Rust. It comes with cargo, so when you're done, you should be able to run cargo in your command line and see "Rust's package manager" and some usage text.
  2. Go to https://carols10cents.github.io/cargo/guide.html - it's a draft of some changes I'm proposing to the cargo guide that lives on crates.io.
  3. Read through the whole thing and follow along.
  4. Either leave feedback as a comment here, create a gist and link me to it here or on twitter (@Carols10cents), email feedback to me (carol.nichols@gmail.com), or comment on the pull request where I'm proposing changes!

I'm most interested to know things along these lines:

  • Which parts of the guide were confusing or didn't make sense?
  • Are there any parts of the guide that seem out of place?
  • Do you have any questions that the guide didn't answer?
  • Do you now feel confident about creating your own project with cargo? Why or why not?
@LeMeteore
Copy link

@carols10cents It is confusing why I would want to ignore or check in your Cargo.lock. And thanks a lot for this guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment