doc_file
Move your Rust crate's documentation into external files.
This is a proof of concept implementation of [rust-lang/rust
issue
contribute this back to rustc
itself.
```rust
// Paths are relative to the source file.
pub struct ComplicatedThing; ```
The syntax #[doc_file = "..."]
is a little ugly. Ideally it would be
something like #[doc(file = "...")]
.