https://github.com/debug-ing/todo-list-rust
todo list project with rust .Trying to learn the rust
https://github.com/debug-ing/todo-list-rust
Last synced: about 1 month ago
JSON representation
todo list project with rust .Trying to learn the rust
- Host: GitHub
- URL: https://github.com/debug-ing/todo-list-rust
- Owner: debug-ing
- Created: 2024-12-05T19:51:48.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-07T00:56:38.000Z (about 1 year ago)
- Last Synced: 2025-01-21T14:19:56.415Z (about 1 year ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo list
A todo list application with rust
## Build
```bash
cargo build
```
## Run
```bash
cargo run
```