add item related to class

This commit is contained in:
Jean-Marie Mineau 2023-08-25 19:05:05 +02:00
parent 42698cc8d7
commit 9ed99594cc
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
4 changed files with 293 additions and 6 deletions

View file

@ -1,6 +1,7 @@
//! The header item: https://source.android.com/docs/core/runtime/dex-format#header-item
use crate::{DexFileMagic, EndianConstant};
use crate as androscalpel_serializer;
use crate::{DexFileMagic, EndianConstant, Serializable};
/// The header item: https://source.android.com/docs/core/runtime/dex-format#header-item
///