built_different

Crates.iobuilt_different
lib.rsbuilt_different
version0.1.0
sourcesrc
created_at2024-01-05 18:33:13.671367
updated_at2024-01-05 18:33:13.671367
descriptionUtilities for Rust build scripts
homepage
repositoryhttps://github.com/AndrejOrsula/built_different
max_upload_size
id1089994
size40,804
Andrej Orsula (AndrejOrsula)

documentation

README

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.

Commit count: 0

cargo fmt