Crates.io | nextest-runner |
lib.rs | nextest-runner |
version | |
source | src |
created_at | 2022-02-13 23:23:37.587451 |
updated_at | 2024-12-12 20:37:22.016016 |
description | Core runner logic for cargo nextest. |
homepage | |
repository | https://github.com/nextest-rs/nextest |
max_upload_size | |
id | 531944 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Core functionality for cargo nextest. For a higher-level overview, see that documentation.
For the basic flow of operations in nextest, see this blog post.
See the CONTRIBUTING file for how to help out.
This project is available under the terms of either the Apache 2.0 license or the MIT license.