@mcc Sorry, by "static library" I mean a C library - not something provided by Cargo itself. Cargo provides the ability to write Rust build scripts that are executed during the build to handle things like this; I'm just wondering if there's something easier than writing the whole "fetch this release tarball, unpack, build, etc." logic myself.
https://doc.rust-lang.org/cargo/reference/build-scripts.html