Skip to content

shekshuev/rust-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Rust Programming Language — Learning Progress

This repository contains my code as I go through "The Book" (The Rust Programming Language). It includes exercise solutions, theoretical snippets, and final projects from the chapters.

The repository is structured as a Cargo Workspace, allowing all sub-projects to share a single build directory to save disk space and improve compilation speed.

Structure

  • projects/ — Standalone projects developed throughout the book (e.g., Guessing Game, Minigrep, Web Server).
  • chapters/ — Small code snippets and theory-based examples categorized by chapter.

Usage

Since this is a workspace, you should run commands from the root directory using the -p (package) flag.

Run a specific project:

cargo run -p guessing_game

Run tests for the entire workspace:

cargo test

Build all projects:

cargo build

Resources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages