Consider exposing component/plugin API #12
Labels
api coverage
Feature-parity with the underlying hwloc API
enhancement
New feature or request
help wanted
Extra attention is needed
In principle, it is possible to extend hwloc by writing plugins for it. However, the compile-time constant used to evaluate ABI compatibility is a header define, which means I can't check it from Rust, so I'm not sure if exposing this from the Rust side is a good idea. It will probably require at least a little build.rs hackery to get back the define value into Rust.
In any case, here's the docs:
The text was updated successfully, but these errors were encountered: