Export codegen::TypeGenerator (#444)

* Export codegen::TypeGenerator

* Export Module and add comments to public methods

* Fmt
This commit is contained in:
Andrew Jones
2022-02-12 19:02:34 +00:00
committed by GitHub
parent 4bed7eb716
commit 7615b2586d
2 changed files with 8 additions and 2 deletions
+5 -1
View File
@@ -25,5 +25,9 @@ pub use self::{
generate_runtime_api,
RuntimeGenerator,
},
types::GeneratedTypeDerives,
types::{
GeneratedTypeDerives,
Module,
TypeGenerator,
},
};