Skip to main content

Module embedded

Module embedded 

Source
Expand description

Embedded plugins support

When the embed-plugins feature is enabled, this module provides access to plugins that are compiled directly into the binary. This is useful for cargo-binstall distributions where the plugins directory would otherwise be missing.

The plugins are extracted to a temporary directory at runtime and loaded from there.

Functionsยง

get_embedded_plugins_dir
Get the path to the embedded plugins directory.