Devolutions / conan-rs

A Rust wrapper of the conan C/C++ package manager (conan.io) to simplify usage in build scripts
Apache License 2.0
34 stars 11 forks source link

Add `conan package` abstractions and related documentation. #19

Closed Tomcat-42 closed 8 months ago

Tomcat-42 commented 8 months ago

Hello @awakecoding,

I've created some abstractions around the conan package command. Also, I've improved the Readme and added some doc comments.

I think now one can use conan-rs to fully integrate a rust crate into a c++/conan codebase.

What is your oppinion on making a new release of conan-rs

Waiting for your feedback, Pablo.

awakecoding commented 8 months ago

@Tomcat-42 I can make a release in crates.io whenever you feel it is ready, just let me know if the latest master is good to go

Tomcat-42 commented 8 months ago

We can make a release now.

awakecoding commented 8 months ago

there you go, it is released now: https://crates.io/crates/conan/0.4.1

Tomcat-42 commented 8 months ago

Thanks very much @awakecoding

:partying_face: