2/21/2023
•
EN
Refactoring in Rust: Abstraction with the Newtype Pattern
Explains how to use Rust's Newtype pattern to safely abstract file name extraction from paths, replacing error-prone code.