Implementing rename_all container attribute using Inflector trait. #140

This commit is contained in:
Michael Mokrysz
2017-02-23 18:57:58 +00:00
parent 8e5f472e27
commit fc94c5399a
4 changed files with 136 additions and 6 deletions
+1
View File
@@ -1,4 +1,5 @@
extern crate syn;
extern crate inflector;
pub mod ast;
pub mod attr;