Docs.rs
  • lsp-types-0.97.0
    • lsp-types 0.97.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Marwes
    • autozimu
    • Xanewok
    • Dependencies
      • bitflags ^1.0.1 normal
      • fluent-uri ^0.1.4 normal
      • serde ^1.0.34 normal
      • serde_json ^1.0.50 normal
      • serde_repr ^0.1 normal
    • Versions
    • 58.73% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

lsp_types0.97.0

Module lsif

Module Items

  • Structs
  • Enums
  • Type Aliases

In crate lsp_types

lsp_types

Module lsif

Source
Expand description

Types of Language Server Index Format (LSIF). LSIF is a standard format for language servers or other programming tools to dump their knowledge about a workspace.

Based on https://microsoft.github.io/language-server-protocol/specifications/lsif/0.6.0/specification/

Structs§

DeclarationTag
DefinitionTag
Document
EdgeData
EdgeDataMultiIn
Entry
Event
Item
MetaData
PackageInformation
Project
https://github.com/Microsoft/language-server-protocol/blob/master/indexFormat/specification.md#the-project-vertex
RangeBasedDocumentSymbol
ReferenceTag
Repository
ResultSet
https://github.com/Microsoft/language-server-protocol/blob/master/indexFormat/specification.md#result-set
ToolInfo
UnknownTag

Enums§

DefinitionResultType
DocumentSymbolOrRangeBasedVec
Edge
Element
Encoding
EventKind
EventScope
ItemKind
LocationOrRangeId
RangeTag
Vertex

Type Aliases§

Id