claude-agent-sdk-rust/src
Kayos cf4486202d fix rustdoc warnings on transport links
- 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.
2026-05-14 08:06:10 -07:00
..
client.rs port query() and Client 2026-05-14 08:03:52 -07:00
errors.rs port message, option, and error types 2026-05-14 08:03:24 -07:00
lib.rs fix rustdoc warnings on transport links 2026-05-14 08:06:10 -07:00
messages.rs port message, option, and error types 2026-05-14 08:03:24 -07:00
options.rs port message, option, and error types 2026-05-14 08:03:24 -07:00
query.rs port query() and Client 2026-05-14 08:03:52 -07:00
transport.rs fix rustdoc warnings on transport links 2026-05-14 08:06:10 -07:00