1 2 3 4 5 6
pub(crate) fn print_build_info() { if cfg!(feature = "onig") { println!("Using 'onig' feature") } std::process::exit(0); }