Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Rust

This repository documents my journey learning the Rust programming language. It contains a collection of examples demonstrating various Rust concepts and features.

Project Structure

Each example is structured as a separate binary that can be run individually:

  • arrays_vectors - Basic examples of arrays, vectors, and simple operations
  • functional_flavored - Examples of functional programming concepts in Rust (closures, iterators)

Running Examples

To run an example:

cargo run --bin arrays_vectors
cargo run --bin functional_flavored

Key Concepts Covered

  • Strong static typing
  • Immutability by default
  • Ownership and borrowing
  • Arrays and vectors
  • Functional programming features
  • Closures and iterators
  • Ranges and slices

Resources

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages