uutils/findutils

consider making onig optional

Open

#212 geöffnet am 25. Feb. 2023

Auf GitHub ansehen
 (10 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)Rust (80 Forks)user submission
good first issue

Repository-Metriken

Stars
 (577 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 4T 3h) (14 gemergte PRs in 30 T)

Beschreibung

There are a number of pure rust globs and regex crates, might be better to not have to deal with a C dependency if we could avoid it.

From what I'm seeing regex may lack a mean to select a specific flavour of regex, not sure if somebody already had a mean to restrict the engine to not support extensions compared to posix/emacs.

Contributor Guide