Prototype implementation of tori in Rust, a Scientific Initiation project for IFSP's Systems Analysis and Development undergraduation program
https://tori.jutty.dev/
- Rust 93.7%
- Shell 6.3%
| containers | ||
| src | ||
| .clippy.toml | ||
| .gitignore | ||
| .justfile | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
tori-rs
This is a sandbox project containing an alternative implementation of tori using the Rust programming language as derived from the iganaq experiment.
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.