feat: init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
use zerocopy::little_endian::U32;
|
||||
use zerocopy::{AsBytes, FromBytes, FromZeroes};
|
||||
|
||||
#[derive(FromZeroes, FromBytes, AsBytes, Debug)]
|
||||
#[repr(C)]
|
||||
pub struct Header {
|
||||
pub(crate) type_id: U32,
|
||||
pub(crate) version: U32,
|
||||
}
|
||||
Reference in New Issue
Block a user