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

wasm::Instant: Add {checked,saturating}_duration_since #36

Merged
merged 1 commit into from
Aug 28, 2021

Conversation

wngr
Copy link
Contributor

@wngr wngr commented Aug 27, 2021

This brings the provided API on par with std::time::Instant.

Closes #26

This brings the provided API on par with `std::time::Instant`.
@sebcrozet sebcrozet merged commit 0e0de0f into sebcrozet:master Aug 28, 2021
@sebcrozet
Copy link
Owner

Thanks!

@d3lm
Copy link

d3lm commented Aug 30, 2021

Awesome! Thanks a lot 🙏

@wngr
Copy link
Contributor Author

wngr commented Sep 22, 2021

Could I trouble you for a new release with this, @sebcrozet?
I'd highly appreciate it.

@sebcrozet
Copy link
Owner

@wngr Thank you for the reminder. The release v0.1.11 is done.

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.

Add checked_duration_since
3 participants