uutils/findutils

consider making onig optional

Open

#212 opened on Feb 25, 2023

View on GitHub
 (10 comments) (2 reactions) (0 assignees)Rust (80 forks)user submission
good first issue

Repository metrics

Stars
 (577 stars)
PR merge metrics
 (Avg merge 26d 6h) (46 merged PRs in 30d)

Description

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