-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support std::time::Duration #2
Comments
whoops I accidentally clicked the close button. I agree this would be good. I'm working with a few people on my team learning Rust right now and I might point one of them at this as it's an easy issue. I already have 1 person looking at issue #1, but it's not his top priority. This itself should be a very simple change, and I can probably just do it. It's just nice to see commits from others :) |
I'd also be happy to give some guidance if you're swamped. |
Thanks Jon. If it's of an immediate need and you want to go ahead and implement that would be nice. If it can wait a few days I or someone on my team will go ahead and do it. It should be very easy. Today is my first day back from vacation, so a bit swamped playing catchup. |
No rush at all. I just added a dependency on |
Got it. I'll keep it high on my list. I'm very happy to hear that you are using ferris btw. I'm a big fan of hdrsample, although I haven't gotten a chance to really use it in depth. Been kind of in a different world the last few months, with rust stuff lagging a bit. That's about to change though. May I ask what you are using ferris for? |
Glad to hear you like hdrsample! :) I'm using |
That project looks awesome. I'll have to give the Soup paper a read. |
There unfortunately isn't a full paper out (yet), but some preliminary work is described here: https://jon.thesquareplanet.com/papers/sosp17src-xylem.pdf |
I realized that when I clicked on the slide link that I thought was going to be a paper. Thanks for the link. |
closed by #7 |
ferris
currently operates ontime::Duration
from the (deprecated)time
crate. It would be great if it could instead use the standardDuration
struct fromstd::time
.The text was updated successfully, but these errors were encountered: