Cargo Features

Tappers has no features set by default.

[dependencies]
tappers = { version = "0.3.1", features = ["wintun", "tapwin6", "wintun-runtime", "tapwin6-runtime"] }
wintun wintun-runtime?

Enables loading of Wintun (default is load-time unless wintun-runtime is specified)

Affects tappers::wintun

tapwin6 tapwin6-runtime?

Enables loading of tap-windows6 (default is load-time unless tapwin6-runtime is specified)

wintun-runtime = wintun

Enables fallible run-time loading of Wintun (default is load-time)

tapwin6-runtime = tapwin6

Enables fallible run-time loading of tap-windows6 (default is load-time)