Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 854 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 854 Bytes

Zero To Production In Rust

This is my follow on the Zero To Production blog by Luca Palmieri. Zero To Production is an introduction to backend development using Rust, with a focus on the challenges of writing Cloud-native applications. It is a very good piece of writing which I learn a lot from. The author also publishes it as a book which you can get early access. The author also provides the code as supplementary material.

Tool chains

  • Rust
    • actix-web
    • reqwest
    • serde
    • sqlx
    • tracing
  • postgres
  • docker

How to build

cargo build

How to test

cargo test