Skip to content

Implement public API for from_str on core types - #239

Open
Freddo3000 wants to merge 1 commit into
ramosbugs:mainfrom
Freddo3000:feature/FromStr
Open

Implement public API for from_str on core types#239
Freddo3000 wants to merge 1 commit into
ramosbugs:mainfrom
Freddo3000:feature/FromStr

Conversation

@Freddo3000

Copy link
Copy Markdown

This is to ease integrations with libraries that can't directly serialize/deserialize values and instead have to work with strings. The current solution is otherwise to just copy the from_str function which is less than ideal from a maintainability standpoint.

This is to ease integrations with libraries that can't directly serialize/deserialize values and instead have to work with strings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant