Expand description
Proc macros for tacet.
This crate provides the timing_test! and timing_test_checked! macros for
writing timing side-channel tests with compile-time validation.
See the tacet crate documentation for usage examples.
Macrosยง
- timing_
test - Create a timing test that returns
Outcomefor pattern matching. - timing_
test_ checked - Create a timing test that returns
Outcomefor explicit handling.