Fork me on GitHub

Project Notes

#118 Rust Programming Language

Book notes - The Rust Programming Language by Steve Klabnik, pubished by Mozilla Research

Notes

Table of Contents - Highlights

    1. Getting Started
    1. Programming a Guessing Game
    1. Common Programming Concepts
    1. Understanding Ownership
    1. Using Structs to Structure Related Data
    1. Enums and Pattern Matching
    1. Managing Growing Projects with Packages, Crates, and Modules
    1. Common Collections
    1. Error Handling
    1. Generic Types, Traits, and Lifetimes
    1. Writing Automated Tests
    1. An I/O Project: Building a Command Line Program
    1. Functional Language Features: Iterators and Closures
    1. More about Cargo and Crates.io
    1. Smart Pointers
    1. Fearless Concurrency
    1. Object Oriented Programming Features of Rust
    1. Patterns and Matching
    1. Advanced Features
    1. Final Project: Building a Multithreaded Web Server

Getting the Example Source

git clone https://github.com/rust-lang/book.git example_source

Credits and References

About LCK#118 rustbook
Project Source on GitHub Return to the Project Catalog

LittleCodingKata is my collection of programming exercises, research and code toys broadly spanning things that relate to programming and software development (languages, frameworks and tools).

These range from the trivial to the complex and serious. Many are inspired by existing work and I'll note credits and references where applicable. The focus is quite scattered, as I variously work on things new and important in the moment, or go back to revisit things from the past.

This is primarily a personal collection for my own edification and learning, but anyone who stumbles by is welcome to borrow, steal or reference the work here. And if you spot errors or issues I'd really appreciate some feedback - create an issue, send me an email or even send a pull-request.

LittleArduinoProjects LittleModelArt More on my blog