Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#[derive(Clone)]
|
||||
pub struct Archive {}
|
||||
|
||||
use std::{io::Cursor, path::Path};
|
||||
use std::io::Cursor;
|
||||
|
||||
pub mod extensions {
|
||||
|
||||
@@ -90,7 +90,7 @@ pub mod extensions {
|
||||
}
|
||||
}
|
||||
|
||||
use super::file_reader::{File, Files};
|
||||
use super::file_reader::Files;
|
||||
|
||||
impl Archive {
|
||||
pub fn new() -> Self {
|
||||
|
||||
Reference in New Issue
Block a user