A powerful library for parsing, analyzing, and managing CODEOWNERS files.
Provides advanced querying capabilities, ownership analysis, and tag-based file organization.
//! Language Server Protocol (LSP) implementation for CODEOWNERS integration
//!//! This module provides an LSP server that integrates with the codeinput CLI
//! to provide real-time CODEOWNERS information in editors like VS Code, Neovim, etc.
pubmodcommands;pubmodhandlers;pubmodserver;pubmodtypes;pubuseserver::LspServer;