Function artichoke_backend::interpreter_with_config

source ·
pub fn interpreter_with_config(
    config: ReleaseMetadata<'_>
) -> Result<Artichoke, Error>
Expand description

Create and initialize an Artichoke interpreter with build metadata.

This function takes a customizable configuration for embedding metadata about how Artichoke was built. Otherwise, it behaves identically to the interpreter function.