Move your Rust crate's documentation into external files.
This is a proof of concept implementation of rust-lang/rust#15470.
I hope to iron out questions and discover issues out of tree and then
contribute this back to rustc
itself.
```rust
// Paths are relative to the source file.
pub struct ComplicatedThing;
/// Document other items like usual pub struct SimpleThing; ```