Skip to content

embeddedalpha/Rust-Lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Lang

Hi! Welcome to my Rust repo. Depending upon the time when your are reading this, I have more examples and modules to add to this repo. Feel free to clone, raise issues and message me anytime you run into an issue.

To start a new project:

    cargo new <Project Name>

To just build:

    cargo build

To just build for production:

    cargo build --release

To build and run

    cargo run

Stuff I've covered :

  • Variables
  • Constants
  • Strings
  • Operators
  • Decision Making
  • About

    Rust Repo

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published