#latest-version #version #fetch #command-line-tool #capturing #crates

app getver

A simple command line tool for capturing the latest version of crates

4 releases (2 breaking)

0.3.1 Mar 8, 2020
0.3.0 Nov 8, 2019
0.2.0 Apr 1, 2019
0.1.0 Oct 4, 2018

#19 in #capturing

MIT license

10KB
96 lines

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

Dependencies

~8–20MB
~303K SLoC