conan-rs icon indicating copy to clipboard operation
conan-rs copied to clipboard

A Rust wrapper of the conan C/C++ package manager (conan.io) to simplify usage in build scripts

Results 5 conan-rs issues
Sort by recently updated
recently updated
newest added

I had to hard-code the include path ``` let include_path = "/home/emcp/.conan/data/twsapi/10.25.01/stonks/prod/package/2a448472971d7718b4207a1ee198ae4f78f2995d/include"; ``` from my conan-rs installed library.. but is there a better more elegant way to get this wired...

As pointed by @awakecoding, external actions are blocked by the org. Anyway, I'm pushing this so we can work on refactoring this into a custom GH action.

Given that conan1 is now officially deprecated, and this crate doesn't support conan2, maybe deprecate this crate in favor of https://github.com/ravenexp/conan2-rs cc @ravenexp

Command `conan install` allows to specify "The root output folder for generated and build files". This folder is almost always the same as the -if "install folder"