#target #compiler #features #database

no-std target-features

Rust compiler target feature database

7 releases

0.1.6 Mar 15, 2024
0.1.5 Sep 23, 2023
0.1.4 May 18, 2023
0.1.3 Mar 3, 2023
0.1.0 Nov 20, 2022

#128 in Hardware support

Download history 11172/week @ 2023-12-25 18804/week @ 2024-01-01 19858/week @ 2024-01-08 18687/week @ 2024-01-15 18442/week @ 2024-01-22 18192/week @ 2024-01-29 18495/week @ 2024-02-05 20163/week @ 2024-02-12 19672/week @ 2024-02-19 15624/week @ 2024-02-26 17281/week @ 2024-03-04 17396/week @ 2024-03-11 19852/week @ 2024-03-18 21399/week @ 2024-03-25 21051/week @ 2024-04-01 13814/week @ 2024-04-08

77,343 downloads per month
Used in 161 crates (3 directly)

MIT/Apache

23KB
524 lines

Target Features

Build Status Rustc Version 1.61+ License Crates.io Rust Documentation

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 and LICENSE-MIT for details.


lib.rs:

Target features

A database of target features available to the Rust compiler.

No runtime deps