https://github.com/landofcoder/to-do-app-with-rust
Example Building a Rust Project - Todo app
https://github.com/landofcoder/to-do-app-with-rust
rust-lang rust-project
Last synced: about 1 month ago
JSON representation
Example Building a Rust Project - Todo app
- Host: GitHub
- URL: https://github.com/landofcoder/to-do-app-with-rust
- Owner: landofcoder
- Created: 2022-12-17T03:08:58.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-17T03:10:19.000Z (over 2 years ago)
- Last Synced: 2025-02-15T01:43:24.177Z (3 months ago)
- Topics: rust-lang, rust-project
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# to-do-app-with-rust
Example Building a Rust Project - Todo app## Reference dev docs
- https://doc.rust-lang.org/cargo/getting-started/index.html
- https://docs.travis-ci.com/user/languages/rust/