| Crates.io | sam_todo_list |
| lib.rs | sam_todo_list |
| version | 1.0.0 |
| created_at | 2025-06-04 11:29:20.998059+00 |
| updated_at | 2025-06-04 11:29:20.998059+00 |
| description | A simple command-line todo app written in Rust |
| homepage | https://github.com/DvanXanMalai/todo_list |
| repository | https://github.com/DvanXanMalai/todo_list |
| max_upload_size | |
| id | 1700149 |
| size | 23,160 |
A simple and lightweight command-line TODO application written in Rust.
Clone the repository and build it:
git clone https://github.com/DvanXanMalai/todo_list
cd todo_list
cargo build --release
Using Cargo:
cargo run
Or directly run the compiled binary:
./target/release/todo_list