Skip to main content

Module document_link

Module document_link 

Source
Expand description

Document link handler using ecosystem trait delegation.

Purely local (no registry access, no versions/freshness inputs) — see Ecosystem::generate_document_links, whose default is an empty Vec for every ecosystem that has no intra-manifest file references. PyPI is currently the only implementor, surfacing pip’s -r/-c targets.

Functions§

handle_document_link
Handles textDocument/documentLink requests using trait-based delegation.