https://github.com/uiur/blog_rs
toy blog system in rust
https://github.com/uiur/blog_rs
Last synced: 3 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 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-03T09:31:45.000Z (over 3 years ago)
- Last Synced: 2025-01-14T19:13:49.199Z (5 months 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'
```