#![doc=include_str!("../README.md")]pubuse::ere_core::*;pubuse::ere_macros::*;/// Includes the basic things you'll need.
////// Unless you want to use a specific engine or more specific internals,
/// you will probably never need anything else.
pubmodprelude{pubuse::ere_core::Regex;pubuse::ere_macros::compile_regex;#[cfg(feature ="unstable-attr-regex")]pubuse::ere_macros::regex;}