| Crates.io | chokqu |
| lib.rs | chokqu |
| version | 0.1.1 |
| created_at | 2025-04-09 08:33:29.057374+00 |
| updated_at | 2025-04-09 08:36:45.06742+00 |
| description | Sevgi ve özenle geliştirilmekte olan bir Rust web framework'u. |
| homepage | https://chokqu.com/frameworks/rust/chokqu |
| repository | https://github.com/developertugrul/chokqu-framework.git |
| max_upload_size | |
| id | 1626416 |
| size | 18,382 |
Chokqu is a web framework for building web applications in Rust.
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: