conan-build

Crates.ioconan-build
lib.rsconan-build
version0.2.3
created_at2022-08-27 00:16:56.642123+00
updated_at2025-04-26 02:22:52.963786+00
descriptionExtracts linker flags from conan packages for use in build scripts
homepage
repositoryhttps://github.com/Andrepuel/conan-build
max_upload_size
id653164
size22,183
André Puel (Andrepuel)

documentation

README

conan-build

Extracts compiler flags from Conan packages for integration with Rust build scripts

Read zeromq-sys-sample/build.rs for an example on how to write a build script that links with an external package from conan.

Remarks: It is recommended to not run conan install within build.rs.

Commit count: 14

cargo fmt