Replies: 1 comment
-
@hydroper Yes, that feature is definitely on the roadmap, although its priority is low. Most features of Cargo will be covered eventually. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Did you think of something like
cargo doc
? That will build API docs locally.Also, crates.io automatically builds docs in a Docker instance and shares its link at the package repository. But I think this is complex, so supporting
poac doc
is enough.Beta Was this translation helpful? Give feedback.
All reactions