Hello, i import in my project ggez wich is made upon plenty of dependencies, like a pyramid.
When i cargo doc, it takes time to do the stuff, how to target only my main.rs, or a folder of files i have my self written ?
Hello, i import in my project ggez wich is made upon plenty of dependencies, like a pyramid.
When i cargo doc, it takes time to do the stuff, how to target only my main.rs, or a folder of files i have my self written ?
cargo doc --help
:
...
--exclude <SPEC>... Exclude packages from the build
--no-deps Don't build documentation for dependencies
...
thank you !
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.