Cargo Features

[dependencies]
zsplg = { version = "0.0.0-alpha2", default-features = false, features = ["loader"] }
default = loader

The loader feature is set by default whenever zsplg is added without default-features = false somewhere in the dependency tree.

loader default = libloading, try-block

Affects ffi::zsplg_open, ffi::zsplg_h_create, ffi::zsplg_call, zsplg::loader

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

libloading loader

Enables libloading ^0.5

try-block loader