| Crates.io | minilink |
| lib.rs | minilink |
| version | 0.2.0 |
| created_at | 2025-06-29 11:32:17.261362+00 |
| updated_at | 2025-06-29 15:28:20.606122+00 |
| description | Template and register linker scripts |
| homepage | |
| repository | https://github.com/gibbz00/minilink |
| max_upload_size | |
| id | 1730688 |
| size | 12,909 |
Template and register linker scripts with Rust's conditional compilation flags in hand.
SECTIONS {
.text : {
{% if contains(cfg.feature, "some_feature") %}
__feature = .;
{% endif %}
}
}
minilink::include_template("./ld/link.in.ld", "link.ld");