target-features 0.1.6

Rust compiler target feature database
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)
![Rustc Version 1.61+](https://img.shields.io/badge/rustc-1.61+-lightgray.svg)
[![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)

Target feature database for the Rust compiler.

## 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.