#temperature #hardware #lhm-sys

sys lhm-sys

Wrapper around Libre Hardware Monitor to request hardware (and temperatures)

3 unstable releases

Uses new Rust 2024

new 0.1.1 May 15, 2025
0.1.0 May 15, 2025
0.0.0 May 12, 2025

#818 in Hardware support

Download history 127/week @ 2025-05-07

127 downloads per month
Used in 2 crates

MIT license

36KB
751 lines

lhm-sys

System library for working with Libre Hardware Monitor from rust, specifically creating a computer instance, updating it and requesting the list of hardware and sensors from Rust

Requires .NET SDK 8.0

You can install this through winget using:

winget install Microsoft.DotNet.SDK.8

LHM Sys

Wrapper around Libre Hardware Monitor to request a list of hardware

System library providing rust bindings to Libre Hardware Monitor through a DLL generated through a thin C# wrapper over Libre Hardware Monitor

Requires .NET SDK 8.0 to build, you can install this through winget using:

winget install Microsoft.DotNet.SDK.8

By default static linking will be used, you can change this by disabling default features and specifying the "dylib" feature. When you use this feature you must ensure that the lhm-bridge.dll is present in the same directory as your executable when you run it. You can find lhm-bridge.dll in target/{PROFILE}/build/lhm-sys-{HASH}/out/lhm-bridge/lhm-bridge.dll

No runtime deps