Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
docs(tutorial): add rust tutorial including openssl example #1155
docs(tutorial): add rust tutorial including openssl example #1155
Changes from 1 commit
8dae020
204a42d
62653c8
41b966d
a985667
f808ea5
7606145
c4493fe
9b981ce
9030e14
2388c18
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would add a comment that platforms will differ depends on your machine ( to not create confusion )
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would add a comment from where it will add
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also maybe we can add something like:
This will add the
rust
package to your pixi.toml file under [dependencies]There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would add here maybe as a note which will briefly explain how
pixi run
works so it would be clear for a novice user why we writepixi run cargo init
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe we can write something like this:
You can fix this by adding necessary dependencies for building git2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can write a small outro? like conclusion or some small push for user to discover other commands
something like:
As a small exercise you can add clippy as dependency
add cargo fmt as a task.
Also another crazy idea and you can totally ignore it:
maybe we can add a call to action for our users to share completion of this tutorial on twitter / linkedin?
something like:
You can share a completion of this tutorial within our amazing community! Post it on linkedin or twitter with #pixi #prefix.dev and share your thoughts!