An open API service indexing awesome lists of open source software.

https://github.com/osiewicz/could

Portable Executable format linker
https://github.com/osiewicz/could

linker portable-executable windows

Last synced: 4 months ago
JSON representation

Portable Executable format linker

Awesome Lists containing this project

README

          

# could - one linker to link them all
![could image](docs/logo.svg)
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