| Crates.io | conan-build |
| lib.rs | conan-build |
| version | 0.2.3 |
| created_at | 2022-08-27 00:16:56.642123+00 |
| updated_at | 2025-04-26 02:22:52.963786+00 |
| description | Extracts linker flags from conan packages for use in build scripts |
| homepage | |
| repository | https://github.com/Andrepuel/conan-build |
| max_upload_size | |
| id | 653164 |
| size | 22,183 |
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.