useregex;usethiserror::Error;#[derive(Debug, Error)]pubenumError{#[error("Unable to parse regex")]Regex(#[from]regex::Error),}/// Print to standard error with a program-specific prefix.
#[macro_export]macro_rules!gseprintln{($arg:expr)=>({eprintln!("error: {}",$arg);})}