mystor / rust-cpp

Embed C++ directly inside your rust code!
Apache License 2.0
795 stars 44 forks source link

impl From<cc::Build> for cpp_build::Config #111

Closed ian-h-chamberlain closed 3 months ago

ian-h-chamberlain commented 3 months ago

Closes #110

Pretty simple, just added a From which does what new() did before, and swap new() to use the new impl.