feat: add file peaking, 1.5.0

This commit is contained in:
DecDuck
2025-07-02 18:03:35 +10:00
parent 7c3e6fe63c
commit 8f4b2a6c6d
7 changed files with 129 additions and 145 deletions

View File

@ -4,10 +4,11 @@ use std::{
use tokio::io::{self, AsyncRead};
#[derive(Debug)]
#[derive(Debug, Clone)]
pub struct VersionFile {
pub relative_filename: String,
pub permission: u32,
pub size: u64,
}
pub trait Skippable {