Description
Adds Rust target support for building binaries against musl. It is useful for static or portable Linux builds, minimal containers, and deployment environments where glibc is not desired.
Musl builds can behave differently around DNS, locale, linking, and native dependencies. Test the produced binaries on the real target environment.