Skip to content

shawarma-s/htn-cli-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro to Rust: Oxidize the Classic Command-Line App

Starter code (and solution) for Intro to Rust workshop at Hack the North. The main branch contains the code to follow along with the workshop and the solution branch contains the final working code for the password manager.

Installing Rust

To install Rust:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

which should install Rustup to your machine

How to Run/Build

To run the project, run cargo run -- --help in your terminal when in the project directory, which should show the help menu.

To run the project with any other arguments, run cargo run -- [-a | --argName] argVal, with the arguments after the --.

About

Starter code for Rust CLI workshop at Hack the North

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 100.0%