Crate oak_lsp

Crate oak_lsp 

Source

Re-exports§

pub use server::LspServer;
pub use service::LanguageService;
pub use workspace::WorkspaceManager;
pub use handlers::*;
pub use types::*;

Modules§

handlers
server
service
types
workspace

Structs§

FileMetadata
Metadata for a file or directory in the VFS.
MemoryVfs
A memory-based Virtual File System implementation. Ideal for WASM environments or testing where physical disk access is not available.

Enums§

FileType
Type of a file in the VFS.

Traits§

Vfs
A trait for a Virtual File System that can provide source content and location mapping.