Change the parse module to be internal to the crate
There's no current need for users of this elf crate to implement their own parsers, so this doesn't need to be public and clutter the public interface.
This commit is contained in:
parent
ae7103c9d4
commit
d31168c9eb
@ -4,8 +4,8 @@ pub mod gabi;
|
||||
pub mod segment;
|
||||
pub mod section;
|
||||
pub mod symbol;
|
||||
pub mod parse;
|
||||
|
||||
mod parse;
|
||||
mod utils;
|
||||
mod string_table;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user