hasNativeDevices top-level property

bool get hasNativeDevices

Whether a native rk_devices library could be loaded on this host.

false on any platform the crate was not built for. Honest about it: a caller that asks gets a straight answer instead of a method that throws on use.

Implementation

bool get hasNativeDevices => RkDevices.tryOpen() != null;