1 unstable release

0.10.0 Sep 10, 2024

#1072 in Procedural macros

Download history 124/week @ 2024-09-07 31/week @ 2024-09-14 15/week @ 2024-09-21 23/week @ 2024-09-28 2/week @ 2024-10-05

77 downloads per month
Used in 2 crates

AGPL-3.0-or-later

4KB

timeout macro

A small proc macro helper that runs test-cases in a timeout.

    #[test(timeouttest)]
    async fn slow_test() {
        let dur = Duration::from_secs(200);
        tokio.time.sleep(dur).await
    }

Dependencies

~5–14MB
~193K SLoC