Cargo Features

Thinline has no features set by default.

[dependencies]
thinline = { version = "0.3.1", features = ["runtime", "static", "clang_5_0", "clang_6_0", "gte_clang_5_0", "gte_clang_6_0", "clippy"] }
runtime

Enables runtime of clang-sys ^0.23.0

static

Enables static of clang-sys ^0.23.0

clang_5_0 = gte_clang_5_0

Enables clang_5_0 of clang-sys ^0.23.0

clang_6_0 = gte_clang_5_0, gte_clang_6_0

Enables clang_6_0 of clang-sys ^0.23.0

gte_clang_5_0 clang_5_0? clang_6_0?
gte_clang_6_0 clang_6_0?

Features from optional dependencies

clippy implicit feature

Enables clippy ^0.0.301

clippy:

A bunch of helpful lints to avoid common pitfalls in Rust