You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 6, 2024. It is now read-only.
I know this is a little old, but is there a chance that this will ever be merged? Like someone mentioned in #72, I'm trying to use paste to generate JSON keys, so having a lower camel case converter would be useful to avoid having to do anything at runtime.
By the way, for the sake of clean code, the implementations for both :lowerCamel and :camel could be extracted to one function, since the only thing that needs to be changed is prev, which needs to be _ with camel and something else with lowerCamel. Also, this is a Rust library, so using snake_case (:lower_camel) might be better as the name of the modifier.
I'd love to see this merged. Regarding the syntax: I feel like current "camel" should be renamed to pascal and the new "lower camel" should be named simply camel.
I also needed this just now to generate types for interop with a remote API that uses JSON, would love to see this merged ❤️
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
5 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.