Expand description
Platform detection for operating system, architecture, and libc.
Structs§
- Arch
- Linux
OsRelease - Parsed fields from
/etc/os-release. - Os
- Platform
- A platform identifier that combines operating system, architecture, and libc.
Enums§
- Arch
Variant - Architecture variants, e.g., with support for different instruction sets
- Error
- Libc
- Libc
Detection Error - Libc
Version - We support glibc (manylinux) and musl (musllinux) on linux.
- OsRelease
- The OS kernel release version.
- OsType
- The operating system type.