wheeltimer 0.2.0

wheelTimer is Netty's HashedWheelTimer implementation based on Rust
Documentation
[dependencies.tokio]
features = ["full"]
version = "1.45.1"

[dev-dependencies.rand]
version = "0.8"

[lib]
name = "wheeltimer"
path = "src/lib.rs"

[package]
authors = ["cyj0122 <269873721@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "wheelTimer is Netty's HashedWheelTimer implementation based on Rust"
edition = "2024"
keywords = ["timer", "netty", "delay", "wheeltimer"]
license = "Apache-2.0"
name = "wheeltimer"
readme = "README.md"
repository = "https://github.com/cyj0122/wheeltimer"
version = "0.2.0"

[[test]]
name = "timerTests"
path = "tests/timerTests.rs"