| Crates.io | libwild |
| lib.rs | libwild |
| version | 0.6.0 |
| created_at | 2025-03-01 04:36:14.612639+00 |
| updated_at | 2025-09-23 00:30:54.85176+00 |
| description | A library that provides a fast Linux linker |
| homepage | |
| repository | https://github.com/davidlattimore/wild |
| max_upload_size | |
| id | 1573488 |
| size | 993,242 |
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.