iganaq/rust
2026-03-28 14:47:59 -03:00
..
src Rust: Finalize implementation requirements 2026-03-25 01:15:41 -03:00
.gitignore Rust: Scaffold Cargo project 2026-03-24 12:01:27 -03:00
black-box.sh Rust: Adapt tests from iganaq OCaml 2026-03-28 14:47:59 -03:00
Cargo.lock Rust: Scaffold Cargo project 2026-03-24 12:01:27 -03:00
Cargo.toml Rust: Finalize implementation requirements 2026-03-25 01:15:41 -03:00
README.md Rust: Adapt tests from iganaq OCaml 2026-03-28 14:47:59 -03:00

iganaq Rust

This is the Rust implementation of the iganaq prototype. See the root README for the general description.

Configuration parser

The configuration format follows a simple ini-style syntax and will silently ignore any unsupported keys. It does not validate values in any way.