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%
Find a file
2026-04-23 16:06:32 -03:00
containers Extend manually installed packages test cases 2026-04-04 21:04:51 -03:00
proptest-regressions Experiment with proptest 2026-04-05 16:52:53 -03:00
src Move temporary test directories to RAM 2026-04-23 16:06:32 -03:00
supply-chain Add cargo vet and deny checks 2026-04-23 16:04:45 -03:00
.clippy.toml Adapt code from iganaq 2026-03-30 08:23:48 -03:00
.gitignore Experiment with proptest 2026-04-05 16:52:53 -03:00
.justfile Add cargo vet and deny checks 2026-04-23 16:04:45 -03:00
Cargo.lock Add cargo vet and deny checks 2026-04-23 16:04:45 -03:00
Cargo.toml Add cargo vet and deny checks 2026-04-23 16:04:45 -03:00
deny.toml Add cargo vet and deny checks 2026-04-23 16:04:45 -03:00
LICENSE Setup repository 2025-03-31 09:29:21 -03:00
README.md Adapt code from iganaq 2026-03-30 08:23:48 -03:00
rust-toolchain.toml Experiment with proptest 2026-04-05 16:52:53 -03:00

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.