1 unstable release
0.1.0 | Oct 25, 2020 |
---|
#83 in #linker
8KB
138 lines
GenLink
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. ^^)