PackageArtifact

enum PackageArtifact

A library or executable target built by a package.

Cases

case lib(String)

The package library rooted at the source file from.

case bin(String, String)

An executable named named and rooted at the source file from.