Giter Site home page Giter Site logo

rust-basics's Introduction

logo

RUST LANGUAGE BASICS

Introduction to basics of Rust programming language

๐Ÿ“– Table of Contents

  1. ๐Ÿ‘‹ Introducing Rust Ecosystem
  2. ๐Ÿ—๏ธ Installation
  3. ๐Ÿ› ๏ธ Development Setup
  4. ๐Ÿš€ Roadmap
  5. ๐Ÿ“— Resources
  6. ๐Ÿ›ก๏ธ License
  7. ๐Ÿค Contributing

๐Ÿ‘‹ Introducing Rust Ecosystem

  • Version manager: rustup
  • Package manager: cargo
  • Rust compiler: rustc
  • Rust formatter: rustfmt
  • Rust linter: cargo-clippy
  • Package manifest: Cargo.toml
  • Documentation local: rustdoc
  • Package registry: crates.io

๐Ÿ—๏ธ Installation

Please follow the installation guide to install the Rust.

๐Ÿ› ๏ธ Development Setup

Run the project by executing the following command in the terminal from the root of project directory:

$ cargo run

Or

Install and run cargo-watch which will watch the project for changes and runs Cargo command on change.

๐Ÿš€ Roadmap

๐Ÿ“— Resources

Rust Playground

Rust by examples

๐Ÿ›ก๏ธ License

This project is licensed under the MIT License.

๐Ÿค Contributing

Pull requests are welcome.

  1. Fork the repository.
  2. Create your new feature branch: git checkout -b new-feature-branch
  3. Stage your changes: git add .
  4. Commit the changes: git commit -m "add commit message"
  5. push to the branch: git push origin new-feature-branch
  6. Submit a pull request.

rust-basics's People

Contributors

m-yahya avatar

Stargazers

 avatar  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.