Module lsp_async_stub::util

source ·
Expand description

Utilities for mapping between offset:length bytes and col:row character positions.

Structs

Traits

Functions

Type Definitions

  • Offset in characters instead of bytes. It is u64 because lsp_types uses u64.