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
+3
View File
@@ -0,0 +1,3 @@
gen:
cargo run --bin code_gen $(PWD)/dicts/dictionary.rfc2865 $(PWD)/src/rfc2865.rs
cargo fmt