summaryrefslogtreecommitdiffstats
path: root/grep-pcre2/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'grep-pcre2/src/lib.rs')
-rw-r--r--grep-pcre2/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/grep-pcre2/src/lib.rs b/grep-pcre2/src/lib.rs
index 245ceab7..d7cb0156 100644
--- a/grep-pcre2/src/lib.rs
+++ b/grep-pcre2/src/lib.rs
@@ -10,6 +10,7 @@ extern crate pcre2;
pub use error::{Error, ErrorKind};
pub use matcher::{RegexCaptures, RegexMatcher, RegexMatcherBuilder};
+pub use pcre2::{is_jit_available, version};
mod error;
mod matcher;