libpkgx 0.7.0

Install and run `pkgx` packages
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod cellar;
mod client;
pub mod config;
pub mod env;
pub mod hydrate;
mod install;
pub mod install_multi;
pub mod inventory;
mod pantry;
pub mod pantry_db;
pub mod platform_case_aware_env_key;
pub mod resolve;
pub mod sync;
pub mod types;
pub mod utils;

pub type Version = libsemverator::semver::Semver;
pub type VersionRange = libsemverator::range::Range;