Skip to main content

async_rust_lsp/
lib.rs

1/// Public API for the async-rust-lsp rule engine.
2/// The binary uses these rules directly; integration tests import them here.
3pub mod rules;