film42 / sidekiq-rs

A port of sidekiq to rust using tokio
MIT License
95 stars 10 forks source link

Switch case lib due to bug with ruby style X1Y1Class shapes #36

Closed film42 closed 5 months ago

film42 commented 5 months ago

By switching from heck to convert_case we auto-fix this issue. The test case shows what was previously not working and how convert_case does work. I spent some time going through the heck library but convert_case seems very popular and "just works" out of the box.

Closes https://github.com/film42/sidekiq-rs/issues/30

film42 commented 5 months ago

Published as v0.9.0.