This package browser is in early development. Mind the rough edges.

rust-version-check

Check that the installed rustc meets some version requirements

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.

Installation

Install the latest version of rust-version-check as follows:

guix install rust-version-check

Or install a particular version:

guix install rust-version-check@0.1.5

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of rust-version-check about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/rust-version-check'><img src='https://packages.guix.gnu.org/packages/rust-version-check/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/rust-version-check/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/rust-version-check)

Example Org:

[[https://packages.guix.gnu.org/packages/rust-version-check][https://packages.guix.gnu.org/packages/rust-version-check/badges/latest-version.svg]]