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

2. Create a package with cargo #5

Open
prophen opened this issue Jan 23, 2020 · 1 comment
Open

2. Create a package with cargo #5

prophen opened this issue Jan 23, 2020 · 1 comment

Comments

@prophen
Copy link
Owner

prophen commented Jan 23, 2020

cargo - creates and publishes packages, similar to NPM

cargo new say-my-name

Cargo.toml

cargo build

Cargo.lock

cargo run

cargo build --release
creates an optimized package

cargo clean
removes a package

@prophen prophen created this issue from a note in Intro to Rust Workshop (Done) Jan 23, 2020
@prophen
Copy link
Owner Author

prophen commented Jan 23, 2020

next issue #4
Go back to wiki

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

No branches or pull requests

1 participant