Skip to content

pmdenlinger/rust-dev-journey

Repository files navigation

Rust Journey – Systems Reliability by Design

This repository documents my Rust learning path and the systems I build—focused on correctness, clarity, and cloud‑friendly delivery.

  • Examples prove fundamentals (ownership, error handling, traits, async).
  • Projects demonstrate production‑minded services, CLIs, and agents.
  • ADRs record architecture decisions and trade‑offs.

What to look at first

Tech Focus

  • Language: Rust (Edition 2021)
  • Runtime & libs: tokio, axum, serde, thiserror, tracing
  • Tooling: cargo fmt, cargo clippy, cargo test
  • Cloud fit: Azure (containerized services, CI/CD), but vendor‑agnostic designs

Status Badges

CI License: MIT

Learning Philosophy

Progress from small, focused examplesreal projects. Each step is documented with:

  • Motivation
  • Constraints and trade‑offs
  • Tests and observability

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors