pub fn compute_library_path<M>(target_path: &Path) -> Result<PathBuf, Error>where
M: RootModule,
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.