add header item
This commit is contained in:
parent
736c4611ac
commit
52447aef42
2 changed files with 40 additions and 0 deletions
7
androscalpel_serializer/src/items/mod.rs
Normal file
7
androscalpel_serializer/src/items/mod.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
//! The items structures.
|
||||
|
||||
pub mod header;
|
||||
pub mod map;
|
||||
|
||||
pub use header::*;
|
||||
pub use map::*;
|
||||
Loading…
Add table
Add a link
Reference in a new issue