Add code generator for string attribute

This commit is contained in:
moznion
2020-11-25 00:43:11 +09:00
parent 7e6831e282
commit 84943f10eb
8 changed files with 548 additions and 18 deletions
+2 -1
View File
@@ -16,4 +16,5 @@ tokio = { version = "0.3.4", features = ["full"] }
log = "0.4.11"
thiserror = "1.0"
regex = "1"
getopts = "0.2"
getopts = "0.2" # TODO for dev
Inflector = "0.11" # TODO for dev