Skip to main content

Crate uv_platform

Crate uv_platform 

Source
Expand description

Platform detection for operating system, architecture, and libc.

Structs§

Arch
LinuxOsRelease
Parsed fields from /etc/os-release.
Os
Platform
A platform identifier that combines operating system, architecture, and libc.

Enums§

ArchVariant
Architecture variants, e.g., with support for different instruction sets
Error
Libc
LibcDetectionError
LibcVersion
We support glibc (manylinux) and musl (musllinux) on linux.
OsRelease
The OS kernel release version.
OsType
The operating system type.