You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you relaborate what's missing for you? I'm aware that the situation could be better, but I would like to understand what would help you more.
What we currently have is:
our docs about how to build locally, pointing to the build subcommand, where the only thing you need to run is docker-compose run web build crate <CRATE_NAME> <CRATE_VERSION> (also supports building local crates)
if your crate doesn't need the "full" environment including the container / system dependencies, and you only want to quickly test if the feature / metadata combination for docs work, you can use cargo docs-rs.
Building exactly like docs.rs always involves docker so it never can be as simple as cargo doc --release.
cargo doc --release
The text was updated successfully, but these errors were encountered: