Chit: Crate help in terminal
A tool for looking up details about rust crates without going to crates.io.
Installation
Cargo installed already? cargo install chit
.
If not... find out how!
Use
chit rocket
OR chit --crate=rocket

chit versions --crate=hex-buffer-serde

chit owners --crate=hex-buffer-serde

Chit should help answer these questions:
- Who wrote this crate? What else did they write?
- How old is this crate?
- What versions are there? When did they come out?
- What are the downloads over time?
- Should i use this crate?
- How mature is it?