1 2 3 4 5
pub mod analyzer; pub mod types; pub use analyzer::{get_global_closure_analyzer, ClosureAnalyzer}; pub use types::*;