Piston-Tutorials
Piston-Tutorials copied to clipboard
Documenting shared_library v0.1.7 takes forever
How to reproduce:
- Do chapter 1-2.5.
- At the section where you should run
cargo add pistoncore-glutin_window
, do it. - Run
cargo run
to download the new dependencies and to see that the program still runs. - Run cargo doc.
It will hang at "Documenting shared_library v0.1.7" for a long time.
In the meantime the Sudoku folder gets bigger and bigger (340 MB and still growing). This shouldn't behave like this. Maybe it would be good to exclude some documentation from being downloaded. I don't believe every doc is needed in this tutorial.
I see some versions have been yanked https://crates.io/crates/shared_library
What does that mean? And is there a solution to it?