https://github.com/uiur/blog_rs
toy blog system in rust
https://github.com/uiur/blog_rs
Last synced: 8 months ago
JSON representation
toy blog system in rust
- Host: GitHub
- URL: https://github.com/uiur/blog_rs
- Owner: uiur
- Created: 2022-01-03T06:54:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-03T09:31:45.000Z (over 4 years ago)
- Last Synced: 2025-03-04T15:28:55.622Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 24.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog_rs
a toy blog system in Rust
## Development
```
cargo watch -x 'run'
```