archspec 0.1.3

Provides standardized human-readable labels for aspects and capabilities of a system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! The Rust port of the archspec Python library.
//!
//! Both this and the corresponding [Python library](https://github.com/archspec/archspec)
//! are data-driven from a [JSON document](https://github.com/archspec/archspec-json) which
//! determines what architecture the current machine is a superset of, as well as provides
//! ways to compare architecture capabilities.
//!
//! Built documentation for the Python library can be found at
//! [archspec.readthedocs.org](https://archspec.readthedocs.org) for additional context.

pub mod cpu;
mod cpuid;
pub mod schema;