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
- Host: GitHub
- URL: https://github.com/osiewicz/could
- Owner: osiewicz
- License: mit
- Created: 2021-10-11T00:54:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-11T21:24:33.000Z (5 months ago)
- Last Synced: 2025-09-11T23:00:07.301Z (5 months ago)
- Topics: linker, portable-executable, windows
- Language: Rust
- Homepage: https://crates.io/crates/could
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# could - one linker to link them all

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