1 stable release

Uses old Rust 2015

1.0.0 Jul 14, 2020

#1862 in Filesystem

Download history 1/week @ 2024-11-13 6/week @ 2024-11-20 8/week @ 2024-11-27 6/week @ 2024-12-04 21/week @ 2024-12-11 4/week @ 2024-12-18 5/week @ 2025-01-08 8/week @ 2025-01-15 1/week @ 2025-01-22 2/week @ 2025-01-29 14/week @ 2025-02-05 22/week @ 2025-02-12 7/week @ 2025-02-19 23/week @ 2025-02-26

67 downloads per month

Apache-2.0

145KB
2.5K SLoC

clang-sys-linkage

This crate is just a renamed clang-sys as of v0.29.3 published as v1.0.0.

Cargo disallows more than one package in a dependency tree linking to the same native library using the package.links Cargo manifest key. Because clang-sys had not yet hit 1.0.0, it was not uncommon for packages to end up with multiple incompatible versions of clang-sys in their dependency which resulted in Cargo refusing to compile the package. This crate exists to allow the last few pre-1.0.0 clang-sys versions to co-exist peacefully by offloading the actual implementation of the crate to this crate. As such it is obsoleted by clang-sys itself being bumped to 1.0.0 and is only used for pre-1.0.0 versions.


lib.rs:

This crate is just a renamed clang-sys as of v0.29.3 published as v1.0.0.

Cargo disallows more than one package in a dependency tree linking to the same native library using the package.links Cargo manifest key. Because clang-sys had not yet hit 1.0.0, it was not uncommon for packages to end up with multiple incompatible versions of clang-sys in their dependency which resulted in Cargo refusing to compile the package. This crate exists to allow the last few pre-1.0.0 clang-sys versions to co-exist peacefully by offloading the actual implementation of the crate to this crate. As such it is obsoleted by clang-sys itself being bumped to 1.0.0 and is only used for pre-1.0.0 versions.

Dependencies

~45–285KB