libwild

Crates.iolibwild
lib.rslibwild
version0.6.0
created_at2025-03-01 04:36:14.612639+00
updated_at2025-09-23 00:30:54.85176+00
descriptionA library that provides a fast Linux linker
homepage
repositoryhttps://github.com/davidlattimore/wild
max_upload_size
id1573488
size993,242
David Lattimore (davidlattimore)

documentation

README

libwild

This crate allows the wild linker to be used as a library. The API is currently fairly narrow and is basically the same as the command-line interface. The reason for this is that when a linker is embedded in something like a compiler, you often need to be able to pass arbitrary linker arguments to the linker. For this to be possible, the command-line parsing itself needs to be exposed as part of the API.

Alternative APIs may be added in future based on actual use-cases. Until such use-cases arise though, it's hard to determine what those APIs should look like.

For more details about the wild linker, see the wild repository.

Commit count: 1385

cargo fmt