# todo_rust **Repository Path**: yangrudan/todo_rust ## Basic Information - **Project Name**: todo_rust - **Description**: 一个用RUST开发的rodo(todo) - **Primary Language**: Rust - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-28 - **Last Updated**: 2024-02-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: Rust ## README # todo or rodo ? ## 开发 ```bash # 克隆这个仓库 git clone # 本地运行 cargo run # 打包 cargo build ``` ## 用法 ### 开发时 * cargo run -- -h * cargo run -- -V ```console ➜ ~ rodo --help rodo 0.1.0 Rodo is a simple todo list manager. USAGE: rodo.exe OPTIONS: -h, --help Print help information -V, --version Print version information SUBCOMMANDS: add Add a todo item. help Print this message or the help of the given subcommand(s) info Show rodo info. list List all the todo items. [aliases: ls, ll, la] remove Remove a todo item. [aliases: rm] ``` ## [参考链接] - [Rust 实战教程之用 Rust 写一个命令行 TODO List(一)](https://liruifengv.com/posts/write-todo-by-rust/) - [Rust 实战教程之用 Rust 写一个命令行 TODO List(二)](https://liruifengv.com/posts/write-todo-by-rust-2/)