Citi

Read and write .cti files.

Build Status

Development

Since a Docker is not yet available, some setup is needed on your local machine. Install Rust and execute the following: ```bash

Add cargo deny

cargo install --locked cargo-deny

Add clippy

rustup component add clippy-preview ```

| Check | Command | |:--------------|:-------------------| | Run tests | cargo test | | Lint | cargo clippy | | License Check | cargo deny check |