atopology 0.0.3

Query and parse machine topology information from ACPI
Documentation
[package]
name = "atopology"
version = "0.0.3"
authors = ["Gerd Zellweger <mail@gerdzellweger.com>"]
edition = "2018"

homepage = "https://github.com/gz/rust-topology"
repository = "https://github.com/gz/rust-topology"
documentation = "https://docs.rs/topology"
description = "Query and parse machine topology information from ACPI"
readme = "README.md"
keywords = ["os", "hwloc", "hwinfo", "topology", "x86-64"]
license = "MIT OR Apache-2.0"

[dependencies]
x86 = "0.37"
log = "0.4"
lazy_static = { version = "1.4", features = ["spin_no_std"] }
cstr_core = { version = "0.2.3", default-features = false }
libacpica = "0.0.5"