rustdoc

Generate documentation for a Rust crate. More information: <https://doc.rust-lang.org/stable/rustdoc>.

Debian Debian
RUN apt-get update && \ apt-get install -y rustc
Ubuntu
RUN apt-get update && \ apt-get install -y rustc
Alpine
RUN apk add rust
Arch Arch Linux
RUN pacman -S --noconfirm rust
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y rustc
Fedora
RUN dnf install -y rust
Raspbian
RUN apt-get update && \ apt-get install -y rustc
click the source code to copy install rustdoc on any operating system with command-not-found.com