Crates.io | test-format |
lib.rs | test-format |
version | 0.1.1 |
source | src |
created_at | 2024-07-01 13:17:28.181021+00 |
updated_at | 2024-07-09 10:27:43.278779+00 |
description | Provides the assert_debug_fmt and assert_display_fmt macros for testing Debug (or Display) implementations on no_std |
homepage | https://github.com/sunsided/test-format |
repository | https://github.com/sunsided/test-format |
max_upload_size | |
id | 1288715 |
size | 43,821 |
Debug
and Display
implementations (with no_std
)Test Debug
and Display
implementations on no_std
targets viaassert_debug_fmt!
and assert_display_fmt!
macros:
assert_debug_fmt!(your_type, "expected debug format output");
assert_display_fmt!(your_type, "expected display format output");
We abide by the Contributor Covenant and ask that you do as well.
Copyright © 2024 Markus Mayer
Triple licensed under your choice of either of: