joseluis / chit

Crate help in terminal: A tool for looking up details about rust crates without going to crates.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chit: Crate help in terminal

A tool for looking up details about rust crates without going to crates.io.

Installation

Cargo intalled already? cargo install chit.

If not... find out how!

Use

chit hex-buffer-serde OR chit --crate=hex-buffer-serde

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?

About

Crate help in terminal: A tool for looking up details about rust crates without going to crates.io

License:MIT License


Languages

Language:Rust 100.0%