//! **Gen**eral interface for **Link**ers.
//!
//! This crate provides general interface to integrate many linkers
//! overflowing in the world (such as [Gnu ld](https://sourceware.org/binutils/),
//! [LLD](https://lld.llvm.org/), etc.) and use as *one* rust library.
//!
//! See also [genlink-impl](https://github.com/watcol/genlink-impl) for concrete
//! implementations for the popular linkers.
//! (They are also good models to implement by yourself. ^^)
// Re-exports
pub use crate::;
pub use ;