pub fn decode(bytes: &[u8]) -> Result<Chunk, FormatError>Expand description
Decode a BFV0 module. Untrusted by default: Cap / Pid / Message constants
are rejected (see decode_with).
pub fn decode(bytes: &[u8]) -> Result<Chunk, FormatError>Decode a BFV0 module. Untrusted by default: Cap / Pid / Message constants
are rejected (see decode_with).