Pulls the C/C++ library linking flags from Conan dependencies

1 Open Issue Need Help Last updated: Aug 5, 2025

Open Issues Need Help

View All on GitHub
Libraries Utility Library

AI Summary: The task is to modify the `conan2-rs` crate to eliminate duplicate library search paths in the output of `conan install`. This will involve collecting library paths using a `BTreeMap` to deduplicate them and then generating a single `rust_link_search` line for each unique path, thereby resolving the "argument list too long" error encountered during linking.

Complexity: 3/5
bug help wanted good first issue

Pulls the C/C++ library linking flags from Conan dependencies

Rust