| Crates.io | getver |
| lib.rs | getver |
| version | 0.3.1 |
| created_at | 2018-10-04 13:31:22.219567+00 |
| updated_at | 2020-03-08 18:32:17.482834+00 |
| description | A simple command line tool for capturing the latest version of crates |
| homepage | |
| repository | https://github.com/phynalle/getver |
| max_upload_size | |
| id | 88014 |
| size | 44,144 |
getver is a simple command line tool for capturing the latest version of crates.
$ getver <crate>...
getver needs stable version of rust. Here provides the easy way to install rust
$ curl https://sh.rustup.rs -sSf | sh
$ rustup install stable
$ cargo install getver
after installation, try this:
$ getver libc bitflags rand log lazy_static
