Skip to main content

parse_symbol_table_from_bytes

Function parse_symbol_table_from_bytes 

Source
pub fn parse_symbol_table_from_bytes(bytes: &[u8]) -> Result<SymbolTable>
Expand description

Same as parse_symbol_table but takes the bytes directly. Used by tests so we don’t need a fixture file on disk.