feat: add main4
This commit is contained in:
@@ -20,7 +20,7 @@ fn parse<P: AsRef<Path>>(path: P) -> Result<()> {
|
||||
unsafe { mem::transmute(h) }
|
||||
};
|
||||
|
||||
println!("{:#?}", header);
|
||||
println!("{:?}", header);
|
||||
Ok(())
|
||||
}
|
||||
fn write<P: AsRef<Path>>(path: P, h: Header) -> Result<()> {
|
||||
|
||||
Reference in New Issue
Block a user