pub fn lib_filename(crate_name: &str) -> String
Compute the expected shared library filename for a plugin crate.
Cargo produces lib<crate_name_underscored>.so on Linux and lib<crate_name_underscored>.dylib on macOS.
lib<crate_name_underscored>.so
lib<crate_name_underscored>.dylib