target-tuples 0.2.3

A library to parse target tuples of the form <arch>-<vendor>-<system>, similar to those used by autoconf.
Documentation
[[bin]]
name = "config-sub"
path = "src/config-sub.rs"

[dependencies]

[package]
authors = ["Connor Horman <chorman64@gmail.com>"]
description = "    A library to parse target tuples of the form <arch>-<vendor>-<system>, similar to those used by autoconf.\n"
edition = "2018"
license = "Apache-2.0 AND MIT"
name = "target-tuples"
readme = "README.md"
repository = "https://github.com/chorman0773/rust-target-tuples"
version = "0.2.3"
[package.metadata.install-targets.config-sub]
installed-path = "config.sub"

[package.metadata.install-targets.config-sub-man]
installed-path = "<mandir>/man1/config.sub.1"
target-file = "config.sub.1"
type = "man"