1 2 3 4 5 6
@echo off set RUSTDOCFLAGS=--cfg docsrs cargo +nightly doc --no-deps --all-features rmdir /s /q doc mkdir doc xcopy target\doc doc /s /y