Chokqu is a web framework for building web applications in Rust.
- ------
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: