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
@@ -13,6 +13,7 @@ include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-
[dependencies]
syn = { version = "0.11", default-features = false, features = ["parsing"] }
Inflector = "0.7.0"
[badges]
travis-ci = { repository = "serde-rs/serde" }