1/*
2 * Ellip is licensed under The 3-Clause BSD, see LICENSE.
3 * Copyright 2025 Sira Pornsiriprasert <code@psira.me>
4 */
56type StrErr = &'static str;
78pub mod benchmark;
9pub mod env;
10pub mod file;
11pub mod parser;
12pub mod stats;
13pub mod test_report;
14pub mod wrapper;