Giter VIP home page Giter VIP logo

rust-reil's Introduction

Rust Player

Following O'Reilly's Rust Begginers course to try rust and learn a little bit before following any of the books. https://learning.oreilly.com/videos/rust-in-motion

  • Test Signed Commit
  • pushing trying out this until end of 2024, to around nov/dec, will update currently learning list on git profile

Material uses rust version 1.24.0, I am running 1.78.0.

Notes

  • stablity gurantee, will run in any higher version with the same major version.
  • IRC networks for rust supports seems to be down, discord is the way now.
  • Template for gitignore file -> https://www.toptal.com/developers/gitignore/api/rust
  • binary crates create an executable, other choices are libary crate for example.
  • I won't be putting much more notes, as this short cause is to get up and running, before starting book, I will just document commands.

Commands

  • rustc --version
  • cargo --version
  • cargo new --bin ProjectName
  • cd into projectory and run commands there.
  • cargo build
    • compiles in project directory.
    • Cargo.lock -> dependencies
    • `target/debug/<project_name> -> executable.
  • cargo build --release -> prod
  • build and run -> cargo run

Learning Order

  • O'Reilly - Rust Video Course.

Environment

  • Github codespaces, in vscode, run ctrl + shift + p then add dev.. choose dev container configuration files.
    • Just choose the rust main one, no optional ones.

rust-reil's People

Contributors

ifhaam-csc avatar otongithub avatar

Watchers

 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.