Integra Web Framework

Integra is a sleek, performant web framework for Rust, harnessing the power of the hyper library. It's designed for developers who seek speed without sacrificing simplicity, offering a streamlined approach to web development in Rust.

Crates.io

🌟 Features

🚀 Quickstart

To-do

📘 Usage

Unique concept right now is working. Will be published soon.

rust pub fn initialize_routes() { ROUTER.get("/", Box::new(index)); ROUTER.get("/hello", Box::new(greet)); }

🤝 Contributing

To-do