Docs.rs
embedded_test_harness-0.1.1
embedded_test_harness 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
erdnaxe
Dependencies
cortex-m-semihosting ^0.3.7
normal
panic-semihosting ^0.6.0
normal
Versions
10%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
embedded_
test_
harness
0.1.1
All Items
Crate Items
Macros
Structs
Functions
Crate
embedded_test_harness
Copy item path
Source
Macros
§
assert_
eq_
err
assert_eq
panics when operands differ, which is problematic in an embedded setup. This is a variant of
assert_eq
which returns an error on a failed equality assertion.
print
println
Structs
§
Test
Type
Functions
§
_print
test_
runner