Hacker News new | ask | show | jobs
by pornel 2886 days ago
BTW:

    cargo doc --open
opens documentation for the current project, including all its dependencies. Rust generates docs in HTML. While it doesn't stay purely in command line, it enables cross-linking, collapsible sections, and has built-in search.