Skip to content

wamimi/RustlingSolutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README.md

Rustlings Exercises Solutions

This repository contains my solutions to the Rustlings exercises. Rustlings is an excellent collection of exercises designed to help you learn Rust by solving small coding problems.

Purpose

The purpose of this repository is to document my progress as I work through the Rustlings exercises. Each section contains different exercises that help to understand and practice various concepts in Rust.

Sections

So far, I have solved the following sections:

  1. Variables

    • Understanding variable declaration, type annotations, mutable variables, shadowing, and constants.
  2. Functions

    • Learning function definitions, parameters, return types, and how to use expressions and statements.
  3. If

  4. Primitive Types

  5. Vectors

  6. Move Semantics

  7. Structs

How to Use

  1. Clone this repository:

    git clone https://github.com/Nelly-Njeri/RustlingSolutions.git

    cd Rustlings-Solutions

  2. Navigate to the topic folder you are interested in:

    cd variables

  3. Open and review the exercise solutions

to compare with your own solutions or to seek guidance.

Original Rustlings Repository

For the full list of exercises and setup instructions, visit the Rustlings GitHub repository.

By following along with these solutions, you can see how I approached each exercise and understand the concepts in Rust more deeply. Happy coding! 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages