Skip to content

Latest commit

 

History

History
180 lines (130 loc) · 5.4 KB

README.md

File metadata and controls

180 lines (130 loc) · 5.4 KB

Rustlings 🦀❤️

Greetings and welcome to Rustlings. This project contains small exercises to get you used to reading and writing Rust code. This includes reading and responding to compiler messages!

Topic wise solutions:

intro

variables

functions

if

quiz1

primitive_types

vecs

move_semantics

structs

enums

strings

modules

hashmaps

quiz2

options

error_handling

generics

traits

quiz3

lifetimes

tests

iterators

smart pointers

threads

macros

clippy

conversions