update ec share size

update bitrot
This commit is contained in:
weisd
2025-06-10 11:17:53 +08:00
parent 6ea0185519
commit 754ffd0ff2
21 changed files with 1903 additions and 1618 deletions
-3
View File
@@ -30,9 +30,6 @@ pub use writer::*;
mod http_reader;
pub use http_reader::*;
mod bitrot;
pub use bitrot::*;
mod etag;
pub trait Reader: tokio::io::AsyncRead + Unpin + Send + Sync + EtagResolvable + HashReaderDetector {}