GitHunt
OS

osiewicz/could

Portable Executable format linker

could - one linker to link them all

could image
could is a linker for COFF/PE format used on Windows platform. It is heavily inspired by mold linker.

Installation

cargo install could

Dependencies:

  • Cargo
  • Rustc

Goals and non-goals

Goals

  • High throughput
  • Command-line compatibility with lld (for supported options)

Non-goals

  • Targetting non-PE executable formats
  • Support for linker scripts

Languages

Rust100.0%

Contributors

MIT License
Created October 11, 2021
Updated October 5, 2025
osiewicz/could | GitHunt