ruskit 0.1.2

A modern web framework for Rust inspired by Laravel
Documentation
# Ruskit

Ruskit is a web application framework with expressive, elegant syntax inspired by Laravel, built for Rust. We believe development must be an enjoyable and creative experience. Ruskit takes the pain out of web development by easing common tasks used in many web projects.

## Features

- 🚀 Expressive routing system
- 🔒 Built-in authentication and authorization
- 📦 Powerful dependency injection container
- 🗄️ Elegant database ORM
- ⚡ High performance and memory safety
- 🛠️ Developer-friendly CLI tools
- 🔧 Configuration management
- 📝 Robust logging system

## Quick Start

Create a new Ruskit project

```bash
cargo install ruskit-cli
ruskit new my-project
```

Navigate to project directory

```