#install #framework #interface #installer #builder #name #run

install-framework-core

[Install Framework] Core framework and basic interfaces

1 stable release

1.0.0 Apr 13, 2021

#68 in #installer

Download history 11/week @ 2024-02-19 23/week @ 2024-02-26 7/week @ 2024-03-04 14/week @ 2024-03-11 3/week @ 2024-03-18 12/week @ 2024-03-25 46/week @ 2024-04-01 3/week @ 2024-04-08 2/week @ 2024-04-15

63 downloads per month
Used in 4 crates

MIT license

26KB
298 lines

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

~58–580KB