Skip to main content

Crate uv_platform

Crate uv_platform 

Source
Expand description

Platform detection for operating system, architecture, and libc.

Modules§

host
Host system information (OS type, kernel release, distro metadata).

Structs§

Arch
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.