aleo-std-cpu 1.0.3

Convenience method for retrieving CPU information
Documentation
  • Coverage
  • 16.67%
    1 out of 6 items documented0 out of 2 items with examples
  • Size
  • Source code size: 40.2 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.37 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • howardwu

aleo-std-cpu

This crate uses aleo-std-cpu to implement convenience methods for retrieving CPU information.

Note: This crate only supports Intel and AMD chipsets. For performance reasons in snarkVM, M1 chips default to Intel.

fn foo() {
    // Prints the CPU name.
    println!("{:?}", aleo_std::get_cpu());
}