Skip to content
Snippets Groups Projects
Verified Commit 99ea9a27 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: sizeof issue

parent fcdfb228
No related branches found
No related tags found
1 merge request!54Major improved of zippy format
Pipeline #4791 failed
use std::io::{Cursor, Read, Write};
use std::{
io::{Cursor, Read, Write},
mem::size_of,
};
use boytacean_common::error::Error;
use boytacean_hashing::crc32::crc32;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment