pub fn package_target() -> Result<Target, Error>
Expand description
Detects the target triple of the current build and returns the name of a compatible build target on packages.fluvio.io.
Returns Some(Target)
if there is a compatible target, or
None
if this target is unsupported or has no compatible target.