tickr 0.2.0

A iterator that gives you a infinite stream of Option<Duration>, turing to Some once every time a certain duration has passed
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["post-rex <post-rex@pm.me>"]
categories = ["date-and-time"]
description = "A iterator that gives you a infinite stream of Option<Duration>, turing to Some once every time a certain duration has passed"
documentation = "https://docs.rs/tickr/0.1.0/tickr/"
edition = "2018"
include = ["**/*.rs", "Cargo.toml"]
keywords = ["iterator", "time"]
license = "MIT"
name = "tickr"
repository = "https://github.com/post-rex/tickr"
version = "0.2.0"