getver

Crates.iogetver
lib.rsgetver
version0.3.1
sourcesrc
created_at2018-10-04 13:31:22.219567
updated_at2020-03-08 18:32:17.482834
descriptionA simple command line tool for capturing the latest version of crates
homepage
repositoryhttps://github.com/phynalle/getver
max_upload_size
id88014
size44,144
Gyeongwan Koh (phynalle)

documentation

README

getver

getver is a simple command line tool for capturing the latest version of crates.

$ getver <crate>...

Prerequsite

getver needs stable version of rust. Here provides the easy way to install rust

$ curl https://sh.rustup.rs -sSf | sh
$ rustup install stable

Installation

$ cargo install getver

after installation, try this:

$ getver libc bitflags rand log lazy_static

screen shot

Commit count: 22

cargo fmt