Database Macro (#408)

* db_macro

* wip: converted prcessor/key_gen to use create_db macro

* wip: converted prcessor/key_gen to use create_db macro

* wip: formatting

* fix: added no_run to doc

* fix: documentation example had extra parenths

* fix: ignore doc test entirely

* Corrections from rebasing

* Misc lint

---------

Co-authored-by: Luke Parker <lukeparker5132@gmail.com>
This commit is contained in:
David Bell
2023-11-05 18:47:24 +04:00
committed by GitHub
parent 97fedf65d0
commit facb5817c4
3 changed files with 136 additions and 103 deletions

View File

@@ -1,3 +1,6 @@
mod create_db;
pub use create_db::*;
mod mem;
pub use mem::*;