create src

This commit is contained in:
awfixer
2026-03-11 02:04:19 -07:00
commit 52f7a22bf2
2595 changed files with 402870 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
extern crate core;
use gix_testtools::Result;
mod impls;
mod match_group;
mod matching;
mod parse;
mod spec;
mod write;