23 unstable releases (4 breaking)
0.5.0 | Aug 10, 2024 |
---|---|
0.4.2 | May 29, 2024 |
0.4.1 | Feb 23, 2024 |
0.3.1 | Dec 27, 2023 |
0.2.0 | Oct 22, 2023 |
#311 in Memory management
2,021 downloads per month
Used in 12 crates
(2 directly)
160KB
2K
SLoC
hwlocality-sys: The low-level bindings below hwlocality
This crate contains the low-level unsafe Rust -> C FFI bindings to hwloc, that are used to implement the safe hwlocality bindings.
Depending on your needs, you can either link to a libhwloc
that is
pre-installed on your computer or have hwlocality
build its own copy
libhwloc
internally. Please read the "Prerequisites" section of the
hwlocality README for
more information about these two options.
Like any C API, the hwlocality-sys
low-level bindings are highly unsafe to
use, and it is advised that you use the safe hwlocality
bindings instead
whenever possible. If you encounter any issue with the safe bindings that
prevents you from using them and forces you to use the unsafe C API directly,
please report them in the issue tracker so we get them fixed.
Dependencies
~0–8MB
~65K SLoC