cch23-validator

Crates.iocch23-validator
lib.rscch23-validator
version
sourcesrc
created_at2023-12-11 11:41:38.37702
updated_at2024-12-12 13:54:46.130808
descriptionValidate solutions to challenges from Shuttle's Christmas Code Hunt 2023
homepagehttps://www.shuttle.rs/cch
repositoryhttps://github.com/shuttle-hq/shuttlings
max_upload_size
id1065042
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
Release (github:shuttle-hq:release)

documentation

README

Shuttle's Christmas Code Hunt 2023 - Validator

Use this binary to run the official tests against your solution to challenges from Shuttle's Christmas Code Hunt 2023.

Installation / Upgrading

cargo install cch23-validator

Usage

Usage: cch23-validator [OPTIONS] <NUMBERS|--all>

Arguments:
  [NUMBERS]...  The challenge numbers to validate

Options:
      --all        Validate all challenges
  -u, --url <URL>  The base URL to test against [default: http://127.0.0.1:8000]
  -h, --help       Print help
  -V, --version    Print version

Examples

cch23-validator -1
cch23-validator 6 7
cch23-validator --all
Commit count: 24

cargo fmt