Integra Web Framework (Not pubslihed yet!)

Integra is a sleek, performant web framework for Rust, harnessing the power of the hyper library.

Crates.io GitHub repository

🌟 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