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