# Contributing
All pull requests are welcome.
## TODO
- Improve performance of "packing". <br>
Explore possible optimizations.
## Run CI locally
### Requirements
1. rustc 1.65+, cargo
2. cargo-make
3. CMake (for cargo-semver-checks)
### Run
Go to the project root and run:
```sh
cargo make all
```