numa-shim 0.1.0

100% Rust NUMA detection and binding — no C/C++ libraries (no libnuma, no hwloc). Linux mbind(2) via raw syscall(2), Windows VirtualAllocExNuma, sysfs cpumap reader. macOS/miri no-op. Zero crate deps by default. forbid(unsafe_code)-friendly for consumers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "aligned-vmem"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f149bbfaa5000cd123408c88a9770a0260b0951561c6e34fd968e7dcd55cf779"

[[package]]
name = "numa-shim"
version = "0.1.0"
dependencies = [
 "aligned-vmem",
]