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

Replace ToDecimal with From/Into #12

Merged
merged 1 commit into from
Jun 9, 2017
Merged

Replace ToDecimal with From/Into #12

merged 1 commit into from
Jun 9, 2017

Conversation

JP-Ellis
Copy link
Contributor

@JP-Ellis JP-Ellis commented Jun 9, 2017

From and Into are traits from the Rust standard library intended to be used
precisely when types need to be converted into one another (without failing).

Closes #8.

From and Into are traits from the Rust standard library intended to be used
precisely when types need to be converted into one another (without failing).

Signed-off-by: JP-Ellis <josh@jpellis.me>
@paupino
Copy link
Owner

paupino commented Jun 9, 2017

Looks good. Technically this breaks the API so I should really do a major version change however for now will just bump the minor version. In the future I think we'll need to look at adding the deprecated attribute.

@paupino paupino merged commit e770424 into paupino:master Jun 9, 2017
@JP-Ellis JP-Ellis deleted the replace-todecimal branch June 23, 2017 12:12
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.

2 participants