- Fix iOS Support and CPU speed doesn't work on ARM64 Macs either.
- Rust Nightly fix
- Add a cast to allow building on ILP32 systems
- Prevent free swap from getting larger than total swap
- Fix compiler errors/warnings for NetBSD/arm
- Typo fixes & test fixup
- macOS: On failure copy the unknown value and null-terminate it correctly
- Fix windows-gnu build
- Support for NetBSD platform
- Fix build for target android
- add OpenBSD support
- Make get_cpu_speed arch-independent on windows
- improve get_mem_info on macos
- Make Disk Info Thread-Safe on Linux
- Loop to find max CPU speed in Windows get_cpu_speed
- FreeBSD port.
- Restore
Send
trait toError
for wrapping witherror-chain
- Use cfg attribute instead of cfg! macro, which fixes Windows build errors in v0.6.0
- Support illumos and Solaris systems
- Cast gethostname() arguments to a proper type.
- Optimize getHostname for hostname command might not be installed.
- Support get os-release information for Linux #38