| Crates.io | rblink |
| lib.rs | rblink |
| version | 0.1.0 |
| created_at | 2025-05-22 20:16:11.251991+00 |
| updated_at | 2025-05-22 20:16:11.251991+00 |
| description | A minimal HTTP server written in pure Rust |
| homepage | |
| repository | https://github.com/mi66mc/rblink |
| max_upload_size | |
| id | 1685579 |
| size | 9,719 |
rblink is a minimal HTTP server written in pure Rust that serves static files and directories over the GET method. It opens the browser automatically, displays a clean file listing, and runs without external dependencies.
std)405 on others)cargo run <port>
Example:
cargo run 8080
This will:
127.0.0.1:8080http://127.0.0.1:8080 (if supported)If no index.html is found in the current directory, rblink generates a minimal HTML page listing all files and folders, with icons:
๐ folder/
๐ file.txt
Clicking any item navigates or opens it directly.
This project was created for learning purposes and small local development use-cases (like previewing HTML folders).
MIT License.