mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-02 02:00:03 +00:00
Refactor and add new enum PkgFmtDecomposed
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
c33f195d5f
commit
bd68613448
3 changed files with 78 additions and 29 deletions
|
@ -12,7 +12,7 @@ use tokio::{
|
|||
};
|
||||
|
||||
use super::{extracter::*, readable_rx::*};
|
||||
use crate::{BinstallError, PkgFmt};
|
||||
use crate::{BinstallError, PkgFmt, TarBasedFmt};
|
||||
|
||||
pub(crate) enum Content {
|
||||
/// Data to write to file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue