pub fn guest_methods<S: AsRef<str>>(
pkg: &Package,
target_dir: impl AsRef<Path>,
guest_features: &[String],
profile: &Option<S>,
) -> Vec<PathBuf>
Expand description
Returns all target ELF paths associated with the given guest crate.