Skip to main content

encode_exception_table

Function encode_exception_table 

Source
pub fn encode_exception_table(entries: &[ExceptionTableEntry]) -> Box<[u8]>
Expand description

Encode exception table entries. Uses 6-bit varint encoding with start marker (MSB) and continuation bit.