crust

Crust is a rust library for building web applications. It’s designed to be fast, secure, and easy to use. With Crust, you can build web applications that are fast and responsive, with built-in protections against common web security vulnerabilities. Crust is written in Rust, a fast and safe systems programming language, and is designed to be modular, so you can use only the parts of the library that you need.

$ cargo install crust

Features

Getting Started

use crust::prelude::*;

fn main() {
	let app = App::new();

	app.get("/", |req, res| {
		res.send("Hello, world!");
	});

	app.listen(3000);
}

Contributing

Crust is an open-source project and we welcome contributions from the community. If you’d like to contribute to Crust, please read our contributing guidelines.

License

Crust is licensed under the MIT License. See the LICENSE file for details.

Disclaimer: This is a fictional project created for the purpose of demonstrating the capabilities of a Mauv website. The Crust library does not exist.