hwlocality 1.0.0-alpha.12

Idiomatic Rust bindings for the hwloc hardware locality library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Memory-specific functionality
//!
//! Most of this module's functionality is exposed via methods of the
//! [`Topology`] struct. The module itself only hosts type definitions that are
//! related to this functionality.

#[cfg(feature = "hwloc-2_3_0")]
pub mod attribute;
pub mod binding;
pub mod nodeset;

#[cfg(doc)]
use crate::topology::Topology;