This project is a simple web application built using the Actix framework in Rust. Runs a webserver and displays a basic landing page with some embeded HTML.
- Rust (latest stable version)
- Cargo (Rust package manager)
-
Clone the repository:
git clone https://github.com/Ronin15/actix_test.git cd actix_test
-
Build the project:
cargo build
-
Run the application:
cargo run
-
Open your browser and navigate to
http://localhost:8080
to see the application in action.
src/main.rs
: The main entry point of the application.Cargo.toml
: The project configuration file.
This project is licensed under the MIT License. See the LICENSE file for details.