Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: extend method for DynamicTable #37

Open
hxzhao527 opened this issue Mar 27, 2024 · 0 comments
Open

Feature Request: extend method for DynamicTable #37

hxzhao527 opened this issue Mar 27, 2024 · 0 comments

Comments

@hxzhao527
Copy link

hxzhao527 commented Mar 27, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant