# Development Guide
Toolchain
+ [Rust 1.65.0 or newer](https://rustup.rs/)
+ [just](https://github.com/casey/just)
Get the source code
```bash
git clone https://github.com/Nugine/rlimit.git
cd rlimit
```
#### Run basic checks and tests
```bash
just dev
```
#### Run the codegen
```bash
just codegen
```
#### Open documentation
```bash
just doc
```