1//! Stock screener — strategies, search, and indicators 2 3mod context; 4pub mod types; 5 6pub use context::ScreenerContext; 7pub use types::*;