uutils/findutils

consider making onig optional

Open

#212 ouverte le 25 févr. 2023

Voir sur GitHub
 (10 commentaires) (2 réactions) (0 assignés)Rust (80 forks)user submission
good first issue

Métriques du dépôt

Stars
 (577 stars)
Métriques de merge PR
 (Merge moyen 4j 3h) (14 PRs mergées en 30 j)

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.

Guide contributeur