mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 18:14:11 +02:00
updates
This commit is contained in:
parent
1873a9ac1f
commit
95dbe0171e
4 changed files with 159 additions and 144 deletions
|
|
@ -1,4 +1,4 @@
|
|||
use ruzstd::frame_decoder::FrameDecoderError;
|
||||
use ruzstd::decoding::errors::FrameDecoderError;
|
||||
use std::string::FromUtf8Error;
|
||||
use thiserror::Error;
|
||||
use zip::result::ZipError;
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ use crate::logfile::archive::{Archive, ArchiveEntry, TarArchive, ZipArchive};
|
|||
use bzip2_rs::DecoderReader;
|
||||
use dialoguer::Select;
|
||||
use flate2::read::GzDecoder;
|
||||
use ruzstd::StreamingDecoder;
|
||||
use ruzstd::decoding::StreamingDecoder;
|
||||
use std::io::{Cursor, Read, Seek};
|
||||
use xz2::read::XzDecoder;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue