Crate opentitanlib
source ·Modules
- Useful modules for OpenTitanTool application development.
- Debugging-related facilities.
Macros
- The
collection
macro provides syntax for hash and set literals. - The
execute_test
macro should be used in end-to-end tests to invoke each test from themain
function. impl_serializable_error
needs to be invoked for every error type that can be sent over the wire.