Skip to main content

LLK

Type Alias LLK 

Source
pub type LLK = LinkLibKind;
Expand description

Just a convenient shortcut to LinkLibKind.

Aliased Type§

pub enum LLK {
    Dylib,
    Static,
    Framework,
}

Variants§

§

Dylib

Dynamic-linking library.

§

Static

Static-linking library.

§

Framework

MacOS Framework.