binstalk 0.28.70

The binstall toolkit (library interface)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod jobserver_client;
pub mod remote {
    pub use binstalk_downloader::remote::*;
    pub use url::ParseError as UrlParseError;
}
pub mod lazy_gh_api_client;
pub(crate) mod target_triple;
pub mod tasks;

pub(crate) use binstalk_downloader::download;
pub use binstalk_git_repo_api::gh_api_client;

pub(crate) use cargo_toml_workspace::{self, cargo_toml};
#[cfg(feature = "git")]
pub(crate) use simple_git as git;