GithubHelp home page GithubHelp logo

ptzagk / intro-to-rust-streams Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rylev/intro-to-rust-streams

0.0 0.0 0.0 5 KB

Resources (including code) for my Intro to Rust streams

Rust 100.00%

intro-to-rust-streams's Introduction

Intro to Rust

This is the code for the my series of "Introduction to Rust" streams. You can find the streams on my YouTube channel.

Who are these streams for?

These introductory streams assume no previous knowledge of the Rust programming language, but they do assume previous experience with programming. If you are new to programming or have not programmed in a long time, this stream may be too advanced for you.

Getting Started

To follow along with these streams you'll need only a few pre-requisites:

The Rust compiler toolchain and core tooling

To install the toolchain, first go to rustup.rs, and follow the instructions. This should install the compiler, Cargo (Rust's build tool), and other things like documentation.

You can check that this all worked by:

  • opening your terminal (PowerShell, cmd.exe, bash, etc. should all work)
  • entering cargo new hello-world
  • changing into the newly created hello-world directory
  • running cargo run
  • if you see "Hello, world!" printed to your screen, then everything should be good to go!

Note: If you are on Windows you will need to install the Visual C++ build tools which includes the MSVC linker which Rust uses.

An Editor

You can write Rust in an editor of your choice, but for this stream we're using VS Code along with the rust-analyzer extension. If you're using VS Code, we recommend using this extension over the soon-to-be-deprecated RLS extension.

Asking Questions

Feel free to leave questions about the contents of the stream as issues in this repository or as comments on the YouTube videos. I will do my best to answer them.

Additional Resources

intro-to-rust-streams's People

Contributors

azureadvocatebit avatar rylev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.