Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement ToString trait for ScalarValue enum #9

Merged
merged 2 commits into from
Nov 10, 2015

Conversation

workanator
Copy link
Contributor

Hello,

it's very usefull to have to_string() method available for ScalarValue. Simple change but great help in tasks when scalar value should be converted to string.

@workanator
Copy link
Contributor Author

Implemnted FromStr trait for Config so it can be easily parse()'d from str slice.

@filipegoncalves
Copy link
Owner

Looks good, thanks!

Sorry for the delay on my reply - I recently moved to another country and I'm still sorting it all out, but hopefully the project will be alive again soon :)

filipegoncalves added a commit that referenced this pull request Nov 10, 2015
Implement `ToString` trait for `ScalarValue` enum
@filipegoncalves filipegoncalves merged commit ee7b4b8 into filipegoncalves:master Nov 10, 2015
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.

None yet

2 participants