Language

Package: rust-version-check @ 0.1.5

Synopsis

Check that the installed rustc meets some version requirements

Description

This tiny crate checks that the running or installed rustc meets some version requirements. The version is queried by calling the Rust compiler with --version. The path to the compiler is determined first via the RUSTC environment variable. If it is not set, then rustc is used. If that fails, no determination is made, and calls return None.

Home page
https://github.com/SergioBenitez/version_check
Location
gnu/packages/crates-io.scm (line: 34951, column: 2)
Licenses

Lint warnings

LinterMessageLocation
No lint warnings