An open API service indexing awesome lists of open source software.

https://github.com/kernel-loophole/rust-rpc


https://github.com/kernel-loophole/rust-rpc

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Rust Web Application with Rocket

This is a simple Rust web application that demonstrates form handling using the Rocket web framework.

## Project Structure

- `main.rs`: Main file containing the Rust code for the web application.
- `templates/`: Directory for HTML templates used by the application.
- `static/`: Directory for serving static files such as CSS or JavaScript.

## Dependencies

- [Rocket](https://rocket.rs/): A web framework for Rust.
- [rocket_dyn_templates](https://crates.io/crates/rocket_dyn_templates): Enables dynamic template rendering in Rocket applications.

## How to Run

1. Make sure you have Rust installed on your system.
2. Run the following command in the project directory:

```bash
cargo run