Expand description
Contains functionality related to PVFs that is shared by the PVF host and the PVF workers.
Re-exports
pub use sp_tracing;
Modules
- Interface to the Substrate Executor
- Functionality common to both prepare and execute workers.
Macros
- Use this macro to declare a
fn main() {}
that will create an executable that can be used for spawning the desired worker.
Structs
- CPU Time Used by The Whole Process
Functions
- Read some data prefixed by its length from
r
. - Write some data prefixed by its length into
w
.