rustc_version 0.1.7

A library for querying the version of a installed rustc compiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]
semver = "0.1"

[package]
authors = ["Marvin Löbel <loebel.marvin@gmail.com>"]
description = "A library for querying the version of a installed rustc compiler"
documentation = "http://kimundi.github.io/rustc-version-rs/rustc_version/index.html"
keywords = ["version", "rustc"]
license = "MIT OR Apache-2.0"
name = "rustc_version"
readme = "README.md"
repository = "https://github.com/Kimundi/rustc-version-rs"
version = "0.1.7"