Expand description
Please see the inline-c
crate to learn more.
Macrosยง
- assert_
c - Execute a C program and return a
Result
ofinline_c::Assert
. See examples inside theinline-c
crate. - assert_
cxx - Execute a C++ program and return a
Result
ofinline_c::Assert
. See examples inside theinline-c
crate.