fastimer-tokio

Crates.iofastimer-tokio
lib.rsfastimer-tokio
version
sourcesrc
created_at2025-02-05 07:55:27.648319+00
updated_at2025-04-19 03:43:45.959511+00
descriptionThis crates provides tokio runtime integration for fastimer.
homepagehttps://github.com/fast/fastimer
repositoryhttps://github.com/fast/fastimer
max_upload_size
id1543657
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
tison (tisonkun)

documentation

README

Fastimer Tokio

Crates.io Documentation MSRV 1.85

Overview

This crates provides tokio runtime integration for fastimer.

Documentation

Read the online documents at https://docs.rs/fastimer-tokio.

Minimum Supported Rust Version (MSRV)

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 Fastimer 1.0 requires Rust 1.20.0, then Fastimer 1.0.z for all values of z will also require Rust 1.20.0 or newer. However, Fastimer 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: 34

cargo fmt