📄️ The Architecture
App Architecture
📄️ Build Command line Arguments
Since our todo app will support the following actions:
📄️ The Todo Storage: src/model/mod.rs
Todo File
📄️ The Todo Handler
src/handler/mod.rs
📄️ The Todo Entry Point
Run Todo
Rust beginner projects - How to build A Terminal Todo App with Rust
App Architecture
Since our todo app will support the following actions:
Todo File
src/handler/mod.rs
Run Todo