I’m just getting started with Rust, and I’m on NixOS. I’m inclined to use nixpkgs (and overlays) to manage Rust compilers/toolchains, as opposed to using rustup for this purpose. However, rustup allows you to spin up a local copy of documentation by running:
rustup doc
If I don’t use rustup, is there another way I could spin up local documentation for the compiler/toolchain I’m using?