Rust Specific Design Patterns

This section will cover design patterns that are specific to Rust programming language.

Table of Contents

  1. Extension traits
  2. RAII
  3. Builder
  4. Newtype