rustdoc
Generate documentation for a Rust crate. More information: <https://doc.rust-lang.org/stable/rustdoc>.
RUN apt-get update && \
apt-get install -y rustc
RUN apt-get update && \
apt-get install -y rustc
RUN apk add rust
RUN pacman -S --noconfirm rust
RUN apt-get update && \
apt-get install -y rustc
RUN dnf install -y rust
RUN apt-get update && \
apt-get install -y rustc