chokqu

Crates.iochokqu
lib.rschokqu
version0.1.1
created_at2025-04-09 08:33:29.057374+00
updated_at2025-04-09 08:36:45.06742+00
descriptionSevgi ve özenle geliştirilmekte olan bir Rust web framework'u.
homepagehttps://chokqu.com/frameworks/rust/chokqu
repositoryhttps://github.com/developertugrul/chokqu-framework.git
max_upload_size
id1626416
size18,382
Tuğrul Yıldırım (Full Stack Web Developer) (developertugrul)

documentation

https://docs.rs/chokqu

README

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:

[dependencies]
chokqu = "0.1.0"

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

Commit count: 0

cargo fmt