Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 2 months ago)
- Default Branch: master
- Last Pushed: 2024-12-07T00:56:38.000Z (about 2 months ago)
- Last Synced: 2024-12-07T01:28:31.438Z (about 2 months ago)
- Language: Rust
- Size: 0 Bytes
- 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
```