Open Issues Need Help
View All on GitHub Libraries • Utility Library
Duplicate library search paths about 1 month ago
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