target-features 0.2.0

A type representing target feature sets
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Target Features
===============
[![Build Status](https://github.com/calebzulawski/target-features/workflows/Build/badge.svg?branch=master)](https://github.com/calebzulawski/target-features/actions)
[![MSRV](https://img.shields.io/crates/msrv/target-features)](https://crates.io/crates/target-features)
[![License](https://img.shields.io/crates/l/target-features)](https://crates.io/crates/target-features)
[![Crates.io](https://img.shields.io/crates/v/target-features)](https://crates.io/crates/target-features)
[![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/target-features)

Types and constants for working with target features.

## License
This crate is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details.