target-tuples

Crates.iotarget-tuples
lib.rstarget-tuples
version0.5.13
sourcesrc
created_at2020-12-29 20:01:25.025624
updated_at2023-10-01 02:15:31.429718
description A library to parse target tuples of the form `--`, similar to those used by autoconf.
homepage
repositoryhttps://github.com/chorman0773/rust-target-tuples
max_upload_size
id328943
size293,325
Connor Horman (chorman0773)

documentation

README

rust target-tuples

Implements parsing of target tuples. Additionally provides a small program that implements config.sub.

Copyright

Copyright (C) 2020 Connor Horman

This program is dual-licensed under the terms of the MIT and Apache v2 licenses. See and for details.

Persuant to the Apache v2 License, if you contribute to this software, you agree to allow the copyright holder to dual-license those contributions as above.

Building

This library and it's associated programs can be built using cargo.

Additionally, it can be configured and built by running the configure script present in this repo with a Bourne-compatible shell. The standard options are available for the configure scripts.

Semver Policy

The MSRV for rust-target-tuples is rust 1.38. Increases to this value represents a semver major change.

This library does not guarantee the output of any of it's string parsing methods, or the canonical name of any component. Changes to both parsing and canonicalization may happen in a minor release. Additional component values may also be added in a minor release.

Commit count: 46

cargo fmt