"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "crates/pcre2/src/lib.rs" between
ripgrep-12.1.1.tar.gz and ripgrep-13.0.0.tar.gz

About: ripgrep is a command line search tool ("rg") that tries to combine the usability of "ag" (an "ack" clone) with the raw speed of GNU "grep" (written in "Rust").

lib.rs  (ripgrep-12.1.1):lib.rs  (ripgrep-13.0.0)
/*! /*!
An implementation of `grep-matcher`'s `Matcher` trait for An implementation of `grep-matcher`'s `Matcher` trait for
[PCRE2](https://www.pcre.org/). [PCRE2](https://www.pcre.org/).
*/ */
#![deny(missing_docs)] #![deny(missing_docs)]
extern crate grep_matcher; pub use crate::error::{Error, ErrorKind};
extern crate pcre2; pub use crate::matcher::{RegexCaptures, RegexMatcher, RegexMatcherBuilder};
pub use error::{Error, ErrorKind};
pub use matcher::{RegexCaptures, RegexMatcher, RegexMatcherBuilder};
pub use pcre2::{is_jit_available, version}; pub use pcre2::{is_jit_available, version};
mod error; mod error;
mod matcher; mod matcher;
 End of changes. 1 change blocks. 
5 lines changed or deleted 2 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)