- Re-export TransportHandle / TransportReader / TransportWriter alongside
SubprocessTransport. Without these in the public API, rustdoc refused
to resolve [`TransportHandle::close`] from SubprocessTransport's docs.
- Inline the close()/end_input() link prose where the broken-link
warning fired.
cargo doc --no-deps now builds clean.