whatisinternet / Inflector

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

Replaced custom implementation of lower and upper cases. #20

Closed whatisinternet closed 8 years ago

whatisinternet commented 8 years ago

Now uses the Rust 1.2 built in lower and upper case implementations. This should provide a small performance improvement over the old implementation.

This change breaks for Rust < 1.2.

Closes #19