Skip to content

Use std::time::Instant #10

@tomaka

Description

@tomaka

Rust 1.8, which is released this week, adds a new struct named std::time::Instant: http://doc.rust-lang.org/nightly/std/time/struct.Instant.html

By using it, we would no longer depend on the time crate.

Of course the drawback is that this library would require using Rust 1.8.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions