Crate built_different

Source
Expand description

The build_different crate that can reduce the boilerplace in build scripts for some of your crates. It is especially useful for *sys crates that need to download C/C++ source code or binaries.

Re-exports§

pub use download::download_and_uncompress;
pub use patch::apply_file_patch;
pub use patch::apply_file_patch_in_place;
pub use patch::apply_file_patches;
pub use patch::apply_file_patches_in_place;
pub use patch::create_file_patch;
pub use patch::create_file_patches;
pub use patch::is_file_patch_applied;
pub use utils::parse::parse_bool_env;

Modules§

download
patch
utils

Functions§

cache_dir
Returns the path to the user’s cache directory.