Function run_make_support::rust_lib_name
source ยท pub fn rust_lib_name(name: &str) -> StringExpand description
Generate the name a rust library (rlib) would have. If you want the complete path, use
rust_lib instead.
pub fn rust_lib_name(name: &str) -> StringGenerate the name a rust library (rlib) would have. If you want the complete path, use
rust_lib instead.