A basic HTTP server implemented in Rust 🦀.
Static file serving - serves files from the public directory.
Build the Project:
cargo build
Run the Server:
cargo run
Access the Server by opening your web browser and navigating to http://localhost:8080 to view the served files.
Project Structure
- src/: Contains the Rust source code for the server.
- public/: Directory from which static files are served.