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