feature/macros (#3)

* finish macros for structs

* create before canonicalize

* fix locking behaviour to use single db exclusively

* clean up tests

* punting on enums for now

* reorganize codebase

* metadata and formatting
This commit is contained in:
Aiden McClelland
2021-04-08 12:16:31 -06:00
committed by GitHub
parent 9d35accb38
commit 96e9be16ec
13 changed files with 1414 additions and 1073 deletions

View File

@@ -0,0 +1,2 @@
group_imports = "StdExternalCrate"
imports_granularity = "Module"