binstalk 0.28.70

The binstall toolkit (library interface)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![cfg_attr(docsrs, feature(doc_cfg))]

pub mod errors;
pub mod helpers;
pub mod ops;

use binstalk_bins as bins;
pub use binstalk_fetchers as fetchers;
pub use binstalk_registry as registry;
pub use binstalk_types as manifests;
pub use detect_targets::{get_desired_targets, DesiredTargets, TARGET};

pub use fetchers::QUICKINSTALL_STATS_URL;