Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Todo list

A todo list application with rust

## Build
```bash
cargo build
```

## Run
```bash
cargo run
```