Common types, errors, JVCK metadata format, and loader→driver handover helpers shared across the kernel driver, the UEFI loader, and host tooling.
The crate is no_std by default (kernel/UEFI). Enabling the std feature
(the default for host test crates such as sample/crypto-test) builds it
against std while still going through the alloc API surface.