Read and write .cti files.
Since a Docker is not yet available, some setup is needed on your local machine. Install Rust and execute the following: ```bash
cargo deny
cargo install --locked cargo-deny
clippy
rustup component add clippy-preview ```
| Check | Command |
|:--------------|:-------------------|
| Run tests | cargo test
|
| Lint | cargo clippy
|
| License Check | cargo deny check
|