A2va
a2va.dev
A2va
@a2va.dev
Still interested? I’ve ported dlib-rs, a Rust binding for the Dlib C++ library, to use xmake-rs — both for my own use and as a practical example.
github.com/A2va/dlib-rs
GitHub - A2va/dlib-rs: Unofficial Rust wrappers to the C++ library dlib, face recognition tools
Unofficial Rust wrappers to the C++ library dlib, face recognition tools - A2va/dlib-rs
github.com
October 28, 2025 at 2:18 PM
Thanks to xmake's powerful scripting abilities, xmake-rs can retrieve the links and pass them to Cargo, meaning you no longer need to set cargo:rustc-link-search or cargo:rustc-link-lib.
Want to see how it works? You can go read my blog.
a2va.dev/blog/xmakers...
When Cargo Meets XMake: A Better Way to Build Together | A2va
Easily integrate C/C++ code into your Rust projects using XMake. In this post, I dive into how xmake-rs automates linking, handles dependencies, without the usual manual setup.
a2va.dev
October 28, 2025 at 2:18 PM