| Crates.io | evalone |
| lib.rs | evalone |
| version | 0.0.1 |
| created_at | 2025-09-29 01:49:49.702438+00 |
| updated_at | 2025-09-29 01:49:49.702438+00 |
| description | Portable CLI binary for running evaluations defined by TOML configuration files |
| homepage | https://github.com/refcell/nanoeval |
| repository | https://github.com/refcell/nanoeval |
| max_upload_size | |
| id | 1858803 |
| size | 54,530 |
evaloneA portable binary to run evaluations defined by config files.
Config files used to define evaluations and their tasks are
defined in TOML. Tasks must be predefined by the nanoeval
framework, since custom task logic cannot be known.
Future work may extend evalone to allow for custom
configuration through git referenced task and eval
logic.