Tidy subxt-codegen crate interface (#1225)

* first pass tidying codegen crate interface

* fix a codegen test

* macro: keep error spans

* clippy

* fix doc example

* removecommented-out code
This commit is contained in:
James Wilson
2023-10-27 16:35:18 +01:00
committed by GitHub
parent 98170c8fdb
commit 2b21f8dc8c
29 changed files with 503 additions and 554 deletions
Generated
+1
View File
@@ -4312,6 +4312,7 @@ name = "subxt-macro"
version = "0.32.1"
dependencies = [
"darling 0.20.3",
"parity-scale-codec",
"proc-macro-error",
"subxt-codegen",
"syn 2.0.37",