Sensei is a simple command line tool to open documentation for any crate in crates.io
cargo install senseiparu -S senseisns <crate> [OPTIONS] [FLAGS]-v, --version <version> Opens documentation for a specific version.
-q, --query <query> Specifies query to search documentation.
-h, --help Prints help information
-l, --local Tries to open local documentation.
-m, --manifest Looks up the version in Cargo.toml
sns randsns rand -l
sns rand --localsns rand -v 0.7.2
sns rand --version 0.7.2sns rand --manifest
sns rand -msns rand -q Rng
sns rand --query Rng