[][src]Crate genlink

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. ^^)

Structs

GenLink

General Linker Interface

OsStr

Borrowed reference to an OS string (see OsString).

OsString

A type that can represent owned, mutable platform-native strings, but is cheaply inter-convertible with Rust strings.

Enums

LinkError

The Linking Error

Traits

Linker

The Trait to Integrate Linkers

Type Definitions

LinkResult

The General Result Type