pkgcruft

Crates.iopkgcruft
lib.rspkgcruft
version
sourcesrc
created_at2024-02-05 22:06:24.187697
updated_at2024-11-28 22:32:50.03712
descriptionQA library and tools based on pkgcraft
homepagehttps://github.com/pkgcraft/pkgcraft/tree/main/crates/pkgcruft
repositoryhttps://github.com/pkgcraft/pkgcraft/tree/main/crates/pkgcruft
max_upload_size
id1128012
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`
size0
Tim Harder (radhermit)

documentation

README

QA library and tools based on pkgcraft.

Requirements

A recent version of rust and compatible clang compiler.

Install

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

Benchmarking

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
Commit count: 0

cargo fmt