2 releases
Uses old Rust 2015
0.1.1 | May 12, 2017 |
---|---|
0.1.0 | May 10, 2017 |
#1626 in Development tools
117,662 downloads per month
Used in 74 crates
(7 directly)
21KB
460 lines
build-helper
This crate contains convenience methods for build scripts.
It provides easy access to the information Cargo provides to build scripts, as well as functions for emitting information back to Cargo.
Compatibility
build-helper
is currently supported on rustc
version 1.13 and higher.
License
Licensed under either of
- MIT license (see LICENSE or http://opensource.org/licenses/MIT)
- Apache License, Version 2.0 (see LICENSE or http://www.apache.org/licenses/LICENSE-2.0)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.
lib.rs
:
This crate contains convenience methods for build scripts.
It provides easy access to the information Cargo provides to build scripts, as well as functions for emitting information back to Cargo.
Compatibility
0.1
: Rust 1.13.
Features
The following optional features are available:
-
nightly
: requires a nightly compiler, and introduces functionality that is not subject to normal stability guarantees. -
target::features
- target processor features. -
target::has_atomic
- target platform atomic types.
Dependencies
~185KB