Skip to content
Snippets Groups Projects
Commit d8d4fa9a7f18 authored by Raphaël Gomès's avatar Raphaël Gomès
Browse files

rust-re2: add wrapper for calling Re2 from Rust

This assumes that Re2 is installed following Google's guide. I am not sure
how we want to integrate it in the project, but I think a follow-up patch would
be more appropriate for such work.
As it stands, *not* having Re2 installed results in a compilation error, which
is a problem as it breaks install compatibility. Hence, this is gated behind
a non-default `with-re2` compilation feature.

Differential Revision: https://phab.mercurial-scm.org/D7910
parent 2fe89bec8011
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment