Crate defmt_test[][src]

A test harness for embedded devices.

This crate has a single API: the #[tests] macro. This macro is documented in the project README which can be found at:

Traits

TestOutcome

Indicates whether a test succeeded or failed.

Attribute Macros

tests