Rust: Adapt tests from iganaq OCaml

This commit is contained in:
Juno Takano 2026-03-28 14:47:59 -03:00
commit 4053c354bd
2 changed files with 105 additions and 0 deletions

7
rust/README.md Normal file
View file

@ -0,0 +1,7 @@
# iganaq Rust
This is the Rust implementation of the iganaq prototype. See the [root README](../README.md) 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.