2 releases

Uses old Rust 2015

0.1.1 May 12, 2017
0.1.0 May 10, 2017

#1451 in Development tools

Download history 27733/week @ 2023-12-17 12213/week @ 2023-12-24 19777/week @ 2023-12-31 28941/week @ 2024-01-07 34976/week @ 2024-01-14 34920/week @ 2024-01-21 33526/week @ 2024-01-28 34614/week @ 2024-02-04 37095/week @ 2024-02-11 41971/week @ 2024-02-18 39692/week @ 2024-02-25 32417/week @ 2024-03-03 33249/week @ 2024-03-10 36304/week @ 2024-03-17 34070/week @ 2024-03-24 47031/week @ 2024-03-31

152,346 downloads per month
Used in 72 crates (7 directly)

MIT/Apache

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

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

~180KB