You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Binary format enumeration#[derive(Debug,Display,Copy,Clone,Eq,PartialEq,Serialize,Deserialize,EnumString,EnumIter,)]#[serde(rename_all = "snake_case")]#[strum(ascii_case_insensitive)]pubenumPkgFmt{/// Download format is TAR (uncompressed)Tar,/// Download format is TAR + Bzip2Tbz2,/// Download format is TGZ (TAR + GZip)Tgz,/// Download format is TAR + XZTxz,/// Download format is TAR + ZstdTzstd,/// Download format is ZipZip,/// Download format is raw / binaryBin,}
The text was updated successfully, but these errors were encountered:
https://github.com/cargo-bins/cargo-binstall/blob/main/crates/binstalk-types/src/cargo_toml_binstall/package_formats.rs
The text was updated successfully, but these errors were encountered: