pub fn ensure_library() -> Result<PathBuf>Expand description
Ensure the library is available (for use in build.rs).
This function will:
- Check if library exists at configured/default paths
- Download if necessary and enabled
- Return the path to the library
Does NOT load the library - that happens at runtime.