Registry / other / extism-pdk

extism-pdk

JSON →
library1.4.1rscratesunverified

Extism Plug-in Development Kit (PDK) for Rust

# Cargo.toml [dependencies] extism-pdk = "1.4.1"
INSTALL
IMPORT
SIG · EXTISM-PDK
E
extism-pdk
otherrustv1.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

plugin_fn
use extism_pdk::plugin_fn;

Defines a simple Extism plugin function.

use extism_pdk::plugin_fn; #[plugin_fn] pub fn greet(name: String) -> String { Ok(format!("Hello, {}!", name)) }
Debug
Known issues
gotchaRequires the extism runtime to execute plugins.
fix
Ensure the Extism runtime is installed and configured.
affects: *
Upgrade
Version history
1.4.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources
extism-pdk — cargo add extism-pdk · libregistry