#framework #install #generic #install-framework #bin #call

install-framework-base

[Install Framework] Official generic interface implementation

1 stable release

1.0.0 Apr 13, 2021

#2143 in Development tools

Download history 2/week @ 2024-02-14 14/week @ 2024-02-21 14/week @ 2024-02-28 3/week @ 2024-03-06 6/week @ 2024-03-13 2/week @ 2024-03-20 18/week @ 2024-03-27 28/week @ 2024-04-03

55 downloads per month
Used in 3 crates

MIT license

110KB
2K SLoC

Install Framework

Install Framework is a framework to create cross-platform installers in Rust.

Usage

  • Create a binary crate (cargo new --bin [name of installer])
  • Reference the main install-framework crate (https://crates.io/crates/install-framework)
  • Fill an InstallerBuilder and call install_framework::run with your builder
  • Apply the following code in your Cargo.toml:
[features]
cli = ["install-framework/cli"]
gui = ["install-framework/gui"]
  • Compile with cargo build --features cli or cargo build --features gui

Dependencies

~7–23MB
~342K SLoC