timingwheel

Crates.iotimingwheel
lib.rstimingwheel
version0.0.1
created_at2025-11-21 08:50:21.588849+00
updated_at2025-11-21 08:50:21.588849+00
descriptionA timing wheel based timer
homepagehttps://github.com/fast/timingwheel
repositoryhttps://github.com/fast/timingwheel
max_upload_size
id1943257
size12,781
tison (tisonkun)

documentation

README

A Timing Wheel Based Timer

Crates.io Documentation MSRV 1.85 Apache 2.0 licensed Build Status

This is a timing wheel based timer library for Rust.

Minimum Rust version policy

This crate is built against the latest stable release, and its minimum supported rustc version is 1.85.0.

The policy is that the minimum Rust version required to use this crate can be increased in minor version updates. For example, if timingwheel 1.0 requires Rust 1.60.0, then timingwheel 1.0.z for all values of z will also require Rust 1.60.0 or newer. However, timingwheel 1.y for y > 0 may require a newer minimum version of Rust.

License

This project is licensed under Apache License, Version 2.0.

Commit count: 0

cargo fmt