Docs.rs
  • luau-parser-0.2.68
    • luau-parser 0.2.68
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • msix29
    • Dependencies
      • lsp-types ^0.97.0 normal
      • luau-lexer ^0.2.96 normal
      • luau-parser-derive ^0.2.23 normal
      • serde ^1.0.219 normal optional
      • smol_str ^0.3.2 normal
    • Versions
    • 100% 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
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

luau_parser0.2.68

Module lsif

Module Items

  • Structs
  • Enums
  • Type Aliases

In luau_parser::prelude

luau_parser::prelude

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