Crate xand_utils
source ·Expand description
This crate contains some very commonly used and lightweight utility code.
See the submodules for details.
Modules
Macros
Use this macro to execute a block of code (which must return a bool) repeatedly until the
provided timeout is hit. If the code blocks indefinitely, the timeout will not work.