embassy/embassy-time-queue-utils
Ulf Lilleengen 6a347f1f09 feat: add semver checks and releasing to releaser
* List dependencies of a crate
* List dependents of a crate
* Perform semver-checks of a crate
* Prepare a release for a crate and all dependents
* Use a single release.toml for cargo-release
* Add changelogs where missing
2025-08-25 19:44:49 +02:00
..
2025-08-18 12:50:51 +02:00
2024-12-22 21:00:23 +01:00
2025-08-18 12:50:51 +02:00
2024-12-22 21:00:23 +01:00

embassy-time-queue-utils

This crate contains timer queues to help implementing an embassy-time-driver.

As a HAL user, you should not need to depend on this crate.

As a HAL implementer, you need to depend on this crate if you want to implement a time driver, but how you should do so is documented in embassy-time-driver.