Y
Hacker News
new
|
ask
|
show
|
jobs
by
baby
2886 days ago
It's good to hear :) I hope my suggestions are helpful
1 comments
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.
link