"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "crates/pcre2/README.md" 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").

README.md  (ripgrep-12.1.1):README.md  (ripgrep-13.0.0)
grep-pcre2 grep-pcre2
---------- ----------
The `grep-pcre2` crate provides an implementation of the `Matcher` trait from The `grep-pcre2` crate provides an implementation of the `Matcher` trait from
the `grep-matcher` crate. This implementation permits PCRE2 to be used in the the `grep-matcher` crate. This implementation permits PCRE2 to be used in the
`grep` crate for fast line oriented searching. `grep` crate for fast line oriented searching.
[![Linux build status](https://api.travis-ci.org/BurntSushi/ripgrep.svg)](https: [![Build status](https://github.com/BurntSushi/ripgrep/workflows/ci/badge.svg)](
//travis-ci.org/BurntSushi/ripgrep) https://github.com/BurntSushi/ripgrep/actions)
[![Windows build status](https://ci.appveyor.com/api/projects/status/github/Burn
tSushi/ripgrep?svg=true)](https://ci.appveyor.com/project/BurntSushi/ripgrep)
[![](https://img.shields.io/crates/v/grep-pcre2.svg)](https://crates.io/crates/g rep-pcre2) [![](https://img.shields.io/crates/v/grep-pcre2.svg)](https://crates.io/crates/g rep-pcre2)
Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org). Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/).
### Documentation ### Documentation
[https://docs.rs/grep-pcre2](https://docs.rs/grep-pcre2) [https://docs.rs/grep-pcre2](https://docs.rs/grep-pcre2)
**NOTE:** You probably don't want to use this crate directly. Instead, you **NOTE:** You probably don't want to use this crate directly. Instead, you
should prefer the facade defined in the should prefer the facade defined in the
[`grep`](https://docs.rs/grep) [`grep`](https://docs.rs/grep)
crate. crate.
skipping to change at line 34 skipping to change at line 33
crate, which provide high level safe bindings to PCRE2. crate, which provide high level safe bindings to PCRE2.
### Usage ### Usage
Add this to your `Cargo.toml`: Add this to your `Cargo.toml`:
```toml ```toml
[dependencies] [dependencies]
grep-pcre2 = "0.1" grep-pcre2 = "0.1"
``` ```
and this to your crate root:
```rust
extern crate grep_pcre2;
```
 End of changes. 3 change blocks. 
5 lines changed or deleted 3 lines changed or added

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