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.
pub fn parse_symbol_table_from_bytes(bytes: &[u8]) -> Result<SymbolTable>Same as parse_symbol_table but takes the bytes directly. Used
by tests so we don’t need a fixture file on disk.