Re-exports§
pub use server::LspServer;pub use service::LanguageService;pub use workspace::WorkspaceManager;pub use handlers::*;pub use types::*;
Modules§
Structs§
- File
Metadata - Metadata for a file or directory in the VFS.
- Memory
Vfs - A memory-based Virtual File System implementation. Ideal for WASM environments or testing where physical disk access is not available.
Enums§
- File
Type - Type of a file in the VFS.
Traits§
- Vfs
- A trait for a Virtual File System that can provide source content and location mapping.