#interface #linker #link

build genlink

General interface for linkers

1 unstable release

0.1.0 Oct 25, 2020

#42 in #linker

MIT license

8KB
138 lines

GenLink

crates.io docs.rs Downloads Downloads (latest) License

General interface for Linkers.

Documents

API Documents are available on docs.rs.

License

GenLink is licensed under the MIT license.

See LICENSE for details.


lib.rs:

General interface for Linkers.

This crate provides general interface to integrate many linkers overflowing in the world (such as Gnu ld, LLD, etc.) and use as one rust library.

See also genlink-impl for concrete implementations for the popular linkers. (They are also good models to implement by yourself. ^^)

No runtime deps