refactored extractors to lib

This commit is contained in:
specCon18 2023-09-06 04:51:11 -04:00
parent b54eba4428
commit acd33b44af
5 changed files with 11 additions and 86 deletions

1
src/lib/lib.rs Normal file
View file

@ -0,0 +1 @@
pub mod extractors;