#![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;