Aleph-Alpha / ts-rs

Generate TypeScript bindings from Rust types
MIT License
1.15k stars 115 forks source link

Make sure that `rename_all = "camelCase"` works like in serde #184

Closed escritorio-gustavo closed 10 months ago

escritorio-gustavo commented 11 months ago

Fixes #165

This copies over serde's implementation of Pascal and camelCase to make sure both crates work the same way

edit: typos

NyxCode commented 10 months ago

Thanks for the PR!