Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Push local documentation to crates.io
Hello, I have a crate that requires special environment to be built, so I am publishing with --no-verify
, and docs are not shown on docs.rs
. But I can build the documentation locally using cargo doc
. Is it possible for me to publish with my local docs?
3 posts - 3 participants
🏷️ rust_feed