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
rust_doc rules don't really have tunable parameters
It should be possible to generate rust_doc decls for all rust_library rules
It should be possible to link generated rust_doc together in terms of exact dependencies
It should be possible to index workspace wide rustdoc by BUILD path
I think aspects are a good fit for this, and a simple packaged rules_rust implementation could enable generating lots of immediately useful docs (including for external deps!). As a stretch goal, it could also probably supplement the generated information with details from the workspace, and perhaps even provide a simple binary to serve the unified documentation.
The text was updated successfully, but these errors were encountered:
I figure that if sufficiently motivated, we could probably supply something similar.... a generated static site that proides an aggregation of the complete set of documentation. I was thinking that such an aggregation probably ought to be indexed by the BUILD path to each crate, and could probably also provide cross-links to dependencies and dependents.
I haven't set aside a lot of time to work on this yet, but I thought about it out of the blue and I figure the minimal example is actually not too difficult to set up.
This issue is motivated by several observations
I think aspects are a good fit for this, and a simple packaged rules_rust implementation could enable generating lots of immediately useful docs (including for external deps!). As a stretch goal, it could also probably supplement the generated information with details from the workspace, and perhaps even provide a simple binary to serve the unified documentation.
The text was updated successfully, but these errors were encountered: