Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1005 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 1005 Bytes

Rust for Reactive services - Course code samples

These are the samples for the course "Rust for Reactive services".

  • slides-support : Illustrate how Rust help to increase Compile time correctness.
    • Make invalid state unrepresentable (and with zero-cost abstractions)
    • Expose Type safe APIs
    • Leverage Ownership system to enforce business logic

The second part of the course is an exploration of using Rust to implement a e-commerce order service. Using event-sourcing and following the onion architecture.