Crates.io | installed_pkg |
lib.rs | installed_pkg |
version | 0.3.5 |
source | src |
created_at | 2024-07-23 08:53:51.116303 |
updated_at | 2024-07-29 02:14:40.057203 |
description | A simple cross-platform crate that lists all the apps installed on a system. |
homepage | |
repository | https://github.com/GuoJikun/installed_pkg |
max_upload_size | |
id | 1312527 |
size | 46,192 |
Under development, do not use for official environment.
A simple cross-platform crate that lists all the apps installed on a system.
installed_pkg
to your project Cargo.toml
cargo add installed_pkg
use installed_pkg::list as app_list;
fn main() {
let installed = app_list();
println!("apps: {:?}", installed.apps);
}
Platform | status |
---|---|
Windows | Done |
Macos | Done |
Linux | come soon |