From 4bc83f50036374b9aeb4a1416f5914bd8bea858a Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Sun, 16 Mar 2025 16:33:00 -0500 Subject: [PATCH] add the crates link to the readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a2c5469..8da3332 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # skip_interval +`cargo add skip_interval` + ```rust let _: tokio::time::Interval = skip_interval::from_millis(200); ``` Never type `tokio::time::MissedTickBehavior::Skip` again. + +[crates.io](https://crates.io/crates/skip_interval)