Skip to content

lnxwizard/examples-rs

Repository files navigation

examples.rs

Code Examples for Beginner Rust Developers.

Running Example Projects Locally

  • Install cargo
    • With rustup:
      curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  • Change directory to example project:
    cd example_project/
  • Run code:
    cargo run
    

Building Example Projects Locally

  • Install cargo
    • With rustup:
      curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  • Change directory to example project:
    cd example_project/
  • Run code:
    cargo build
    

About

Code Examples for Beginner Rust Developers 🦀.

Resources

License

Stars

Watchers

Forks

Languages