Add simple data store
All checks were successful
Build Crate / build (push) Successful in 8m5s

This commit is contained in:
2023-09-20 00:28:16 -04:00
parent 0a1c81c44e
commit ec06340def
10 changed files with 98 additions and 13 deletions

2
src/data/mod.rs Normal file
View File

@@ -0,0 +1,2 @@
pub mod pool_match;
pub mod store;