add the crates link to the readme

main
_ 2025-03-16 16:33:00 -05:00
parent 34f3c60ab8
commit 4bc83f5003
1 changed files with 4 additions and 0 deletions

View File

@ -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)