Name of the zip archive
(&self)
| 76 | |
| 77 | /// Name of the zip archive |
| 78 | pub fn zip_name(&self) -> String { |
| 79 | format!("{}.zip", self.binary_name()) |
| 80 | } |
| 81 | |
| 82 | /// Location of the binary after building it |
| 83 | pub fn binary_location(&self) -> &str { |
no outgoing calls
no test coverage detected