1// src/lib.rs 2// Library interface for testing 3 4pub mod analysis; 5pub mod ast; 6pub mod formatter; 7pub mod server; 8pub mod state;