Crates.io | sensei |
lib.rs | sensei |
version | 0.2.9 |
source | src |
created_at | 2020-12-02 04:38:18.503541 |
updated_at | 2022-05-13 01:54:15.060969 |
description | Sensei is a simple command line tool to open documentation for any crate. |
homepage | https://sensei.edfloreshz.dev/ |
repository | https://github.com/edfloreshz/sensei/ |
max_upload_size | |
id | 318797 |
size | 42,420 |
Sensei is a simple command line tool to open documentation for any crate in crates.io
cargo install sensei
paru -S sensei
sns <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 rand
sns rand -l
sns rand --local
sns rand -v 0.7.2
sns rand --version 0.7.2
sns rand --manifest
sns rand -m
sns rand -q Rng
sns rand --query Rng