cole14/rust-elf

Feature Request: extend method for DynamicTable

hxzhao527 opened this issue · 0 comments

Now DynamicTable just is an alias of ParsingTable.

pub type DynamicTable<'data, E> = ParsingTable<'data, E, Dyn>;

It does not implement any other method except iter to get Dyn.
So is there a plan to add more methods for DynamicTable, like get_needed_libraries.