tori-rs/README.md
2026-03-30 08:23:48 -03:00

7 lines
396 B
Markdown

# tori-rs
This is a sandbox project containing an alternative implementation of [tori](https://tori.jutty.dev/) using the Rust programming language as derived from the [iganaq experiment](https://codeberg.org/tori/iganaq).
## 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.