platforms 0.1.0

Rust platform registry with information about valid Rust platforms (target triple, target_arch, target_os) sourced from Rust Forge
Documentation

Rust "platforms" crate

Latest Version Docs Build Status MIT/Apache 2 licensed Gitter Chat

Rust platform registry: provides programmatic access to information about valid Rust platforms, sourced from Rust Forge.

Documentation

About

This crate provides programmatic access to information about valid Rust platforms. This is useful for systems which document/inventory information relevant to Rust platforms: specifically it was created for the RustSec Advisory Database as a way to document and validate which Rust platforms security advisories are applicable to.

It is not intended to be a tool for gating builds based on the current platform or as a replacement for Rust's existing conditional compilation features: please use those for build purposes.

License

Licensed under either of:

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.