whatisinternet / Inflector

A rust inflection library
https://docs.rs/Inflector
BSD 2-Clause "Simplified" License
124 stars 28 forks source link

Case conversion behavior doesn't match serde #85

Open banool opened 2 years ago

banool commented 2 years ago

Hey, just reporting that the case conversion in inflector doesn't match serde. It may not necessarily be a design goal, but I ran into a case where this became a problem: https://github.com/poem-web/poem/issues/362.