#build #script

build built_different

Utilities for Rust build scripts

1 unstable release

0.1.0 Jan 5, 2024

#268 in Build Utils

Download history 127/week @ 2024-01-04 12/week @ 2024-01-11 11/week @ 2024-01-18 37/week @ 2024-01-25 27/week @ 2024-02-01 21/week @ 2024-02-08 38/week @ 2024-02-15 30/week @ 2024-02-22 18/week @ 2024-02-29 68/week @ 2024-03-07 14/week @ 2024-03-14 29/week @ 2024-03-21 37/week @ 2024-03-28 11/week @ 2024-04-04 1/week @ 2024-04-11

79 downloads per month
Used in 5 crates (2 directly)

MIT/Apache

20KB
376 lines

built_different

crates.io Rust codecov

Utilities for Rust build scripts.

Dependencies

Please install libarchive (3.2.0 or newer) on your system before using this crate, which is a transitive dependency of compress-tools.

Instructions

Rust

Add built_different as a Rust dependency to your Cargo.toml manifest.

[dependencies]
built_different = "0.1"

License

This project is dual-licensed to be compatible with the Rust project, under either the MIT or Apache 2.0 licenses.

Contributing

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~7–21MB
~296K SLoC