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
37 stars 10 forks source link

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

Closed Tomcat-42 closed 1 year ago

Tomcat-42 commented 1 year 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 1 year 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 1 year ago

We can make a release now.

awakecoding commented 1 year ago

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

Tomcat-42 commented 1 year ago

Thanks very much @awakecoding

:partying_face: