ellip_dev_utils/
lib.rs

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