Crates.io | pkgcruft |
lib.rs | pkgcruft |
version | |
source | src |
created_at | 2024-02-05 22:06:24.187697 |
updated_at | 2024-11-28 22:32:50.03712 |
description | QA library and tools based on pkgcraft |
homepage | https://github.com/pkgcraft/pkgcraft/tree/main/crates/pkgcruft |
repository | https://github.com/pkgcraft/pkgcraft/tree/main/crates/pkgcruft |
max_upload_size | |
id | 1128012 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | 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 |
QA library and tools based on pkgcraft.
A recent version of rust and compatible clang compiler.
Build and install from crates.io:
cargo install pkgcruft
Build and install from git:
cargo install pkgcruft --git https://github.com/pkgcraft/pkgcraft.git
Install with cargo-binstall:
cargo binstall pkgcruft
Benchmarks can be run individually for every check against a repo target:
# set repo target
export PKGCRUFT_BENCH_REPO=path/to/repo
# update repo metadata
pk repo metadata regen path/to/repo
# run benchmarks
cargo criterion Check --features test -p pkgcruft