(crate information)
A handy CLI for the crates.io API
```sh $ crin show regex-syntax
-r
or --reverse
:$ crin show -r regex-syntax
-rr
or --reverse --reverse
:$ crin show -rr regex-syntax ```
sh
$ crin search network
```sh $ crin summary
$ crin summary new ```
```sh $ crin list # show your existing lists $ crin list new devlist # create a new list named 'devlist' $ crin list add devlist reqwest # add the crate to your list $ crin list add devlist clap # add another crate $ crin list show devlist -i # show information about each crate $ crin list rem devlist clap # remove the crate from your list
$ crin list help # for more... ```
$ crin help
$ crin help crate
$ crin help summary new
$ crin help list
sh
$ cargo install crin