texter 0.3.0

A library that simplifies writing an LSP with tree-sitter
Documentation
1
2
3
4
5
//! The core functionality of the crate.
pub(crate) mod encodings;
pub mod eol_indexes;
pub mod lines;
pub mod text;