Open
Description
When building projects on Windows that use winapi
somewhere in a downstream dependency, generating documentation takes a long time. Usually in these projects, I don't actually care about winapi
types; the extra 20 minutes before I can use the documentation I do care about is a drag!
Does it make sense to be able to skip documentation of a specific crate, like cargo doc --skip-package winapi
? Any references to the types re-exported by crates I consume directly would have issues, I assume.