A tool for looking up details about rust crates without going to crates.io.
Cargo installed already? cargo install chit
.
If not... find out how!
chit rocket
OR chit --crate=rocket
chit versions --crate=hex-buffer-serde
chit owners --crate=hex-buffer-serde
(Would love Pull requests that build towards these objectives) - [ ] Tests - [x] Versions - [ ] Owners - [ ] Crate details - [ ] Add a CI pipeline that runs the tests - [ ] Change error handling to use result types - [ ] Use some more functional programming techniques to cut the code size down - [ ] Support windows by removing the use of color when windows binary is being built - [ ] distribute through brew, apt-get, etc...