chokqu 0.1.1

Sevgi ve özenle geliştirilmekte olan bir Rust web framework'u.
Documentation
# CHOKQU WEB FRAMEWORK

Chokqu is a web framework for building web applications in Rust.

## Features

- Fast and lightweight
- Easy to use
- Built-in support for routing, middleware, and templating
- Asynchronous support
- Routing
- Middleware
- JSON support

## Getting Started

To get started with Chokqu, add the following to your `Cargo.toml` file:

```toml
[dependencies]
chokqu = "0.1.0"
```

Then, create a new Rust file and add the following code: