We could have that but my long term goal has been to have a common library with all kinds for transformation functions and a public API for replacing some functions with faster implementations. This way we could have things like dry-logic’s predicates or dry-transformer’s transformations re-implemented as C or Rust extensions and everything that relies on them would automatically benefit. This means I actually see various methods in dry-inflector as something we could extract into…not sure where yet Maybe dry-transformer, maybe some new dry-? lib.
I am keeping an eye on the upcoming official Rust support with great interest. That is probably a more fruitful avenue for optimizing things like this rather than adding dependencies.