Steve Klabnik
Steve Klabnik
Oh well, that'd be at build time, it'd end up being two files. Hm. It still should work it's just figuring out how to work it into the tooling.
I think we should support this use-case, but I'm not sure that this flag is the right way to do it.
Yeah, I'd be down for that, or maybe something like how mdbook does it http://azerupi.github.io/mdBook/format/theme/theme.html
We talked about this at the tools team meeting today and the intention is to figure out support for lightly customizing rustdoc's output as a first-class thing, but not necessarily...
This seems important to keep, and I believe we even use something like it in the code already?
Existing Rustdoc has a limited form of this, https://doc.rust-lang.org/std/vec/struct.Vec.html?search=-%3E%20Vec But yes, it's quite useful and should be improved!
This issue tracker is for the rustdoc re-write; we don't have this feature at all yet.
I think we should support this use-case, but I'm not sure that this flag is the right way to do it.
We talked about this at the tools team meeting today and the intention is to figure out support for lightly customizing rustdoc's output as a first-class thing, but not necessarily...
@mgattozzi previous suggestions for this feature were to have a `doc` directory at the top level. Haven't given it more thought than that yet!