Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicoburns/blessed-rs
A community guide to the Rust ecosystem
https://github.com/nicoburns/blessed-rs
Last synced: 20 days ago
JSON representation
A community guide to the Rust ecosystem
- Host: GitHub
- URL: https://github.com/nicoburns/blessed-rs
- Owner: nicoburns
- Created: 2022-03-13T19:01:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-19T22:20:21.000Z (about 1 month ago)
- Last Synced: 2025-01-26T16:09:48.426Z (26 days ago)
- Language: HTML
- Homepage: https://blessed.rs
- Size: 1.34 MB
- Stars: 1,374
- Watchers: 24
- Forks: 87
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - nicoburns/blessed-rs - A community guide to the Rust ecosystem (HTML)
- StarryDivineSky - nicoburns/blessed-rs
- stars - nicoburns/blessed-rs - A community guide to the Rust ecosystem (HTML)
README
# [Blessed.rs](https://blessed.rs)
A community guide to the Rust ecosystem
## Testing locally
- Run `cargo run` then open http://localhost:3333 in your browser
- The port can be overriden using the `PORT` environment variable
- If you want to automatically recompile and re-run on save you can install [cargo-watch](https://crates.io/crates/cargo-watch) (`cargo install cargo-watch`) then and use `cargo watch -x run` instead of `cargo run`.