film42 / sidekiq-rs

A port of sidekiq to rust using tokio
MIT License
108 stars 11 forks source link

Build in class_name magic shouldn't alter sturct names #30

Closed film42 closed 7 months ago

film42 commented 11 months ago

A struct with a name like X1Y2MyJob should be left alone, but today it's being converted to X1y2MyJob (note the lower case y). This is a bug and should be fixed.

film42 commented 7 months ago

Fixed in version 0.9.0.