ld

Crates.iold
lib.rsld
version0.0.1
sourcesrc
created_at2014-11-28 19:10:17.855586
updated_at2015-12-11 23:56:40.231265
descriptionRun the GNU linker (ld) during your Cargo build.
homepagehttps://github.com/goodmanio/ld
repositoryhttps://github.com/goodmanio/ld.git
max_upload_size
id420
size2,774
Allen Goodman (goodmanio)

documentation

README

GNU linker (ld)

Run the GNU linker (ld) during your Cargo build.

extern crate ld;

fn main() {
    ld::link("example", "src/boot.ld", &["boot.o", "kmain.o"]);
}
Commit count: 0

cargo fmt