How do i start a local doc server with rust?

Like go language,we have godoc --http=:8080

cargo doc --open will open your crate's documentation along with all its dependencies.
rustup doc will open the std's documentation, the book,...

Yes but due to CORS no external resources can be loaded. Thus all JS & fonts will not be loaded taking away a bunch of functionality.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.