Conversation
Made documentation a bit more clear on how cargo component works
|
|
||
| ```sh | ||
| $ cargo component new add --lib && cd add | ||
| $ cargo component new adder --lib && cd adder |
There was a problem hiding this comment.
I think this might cause cascading changes further down (e.g. line 74). Could you say a bit more about the unclearness you ran into and/or how this would have helped you? Thanks!
|
Hey thanks for this suggestion @DrewRidley -- since I just added some changes related to the Rust code, I incorporated these changes here over in #222 so hopefully they're a bit clearer! @itowlson please feel free to take a look there as well if you can find the time -- The guide should still read well, and I tried to maintain consistency. Many of the places where we mentioned |
|
@DrewRidley thank you for pointing out how to make this more consistent. @vados-cosmonic pulled this change in with his PR, so I am going to close this one. |
Made documentation a bit more clear on how cargo component works