crates_cli-0.1.0 is not a library.
crates_cli
A command line interface for finding and managing Rust crates, heavily inspired by cargo-edit.
Check the Usage page in the wiki for more info on how to use crates_cli.
Features:
findsearches crates.io for a crateshowdisplays information about a crate, including homepage and documentation links.
Planned features:
add,rm, andversionfor managing dependenciesfeatureand related subcommands for managing features of dependencieslicenseretrieve the license of a crate
Collaboration:
Collaboration is welcome, both in the form of issues/ideas and pull requests! I'm still learning rust so feedback would be appreciated.
Formatting
This project uses rustfmt for formatting, and clippy for linting.