Function abi_stable::library::development_utils::compute_library_path
source · pub fn compute_library_path<M: RootModule>(
target_path: &Path,
) -> Result<PathBuf>
Expand description
Returns the path in the target directory to the last version of an implementation crate’s dynamic library.
The path can be in either the “debug” or “release” subdirectories.