 Documenting rmcp-actix-web v0.6.1 (/builds/lx-industries/rmcp-actix-web)
warning: unresolved link to `SseService`
  --> src/lib.rs:16:46
   |
16 | //! - **[SSE (Server-Sent Events) Transport][SseService]** *(DEPRECATED)*: Real-time, unidirectional communication from server to client
   |                                              ^^^^^^^^^^ no item named `SseService` in scope
   |
   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
   = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default

warning: unresolved link to `StreamableHttpService`
  --> src/lib.rs:17:37
   |
17 | //! - **[Streamable HTTP Transport][StreamableHttpService]**: Bidirectional communication with session management
   |                                     ^^^^^^^^^^^^^^^^^^^^^ no item named `StreamableHttpService` in scope
   |
   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`

warning: unresolved link to `crate::StreamableHttpService`
  --> src/transport/mod.rs:13:49
   |
13 | //! Please migrate to [`StreamableHttpService`][crate::StreamableHttpService] for better
   |                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StreamableHttpService` in module `rmcp_actix_web`

warning: unresolved link to `crate::SseService`
  --> src/transport/mod.rs:23:24
   |
23 | //! See [`SseService`][crate::SseService] for the main implementation.
   |                        ^^^^^^^^^^^^^^^^^ no item named `SseService` in module `rmcp_actix_web`

warning: unresolved link to `crate::StreamableHttpService`
  --> src/transport/mod.rs:34:35
   |
34 | //! See [`StreamableHttpService`][crate::StreamableHttpService] for the main implementation.
   |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StreamableHttpService` in module `rmcp_actix_web`

warning: `rmcp-actix-web` (lib doc) generated 5 warnings
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
   Generated /builds/lx-industries/rmcp-actix-web/target/doc/rmcp_actix_web/index.html
