20 stable releases

1.13.0 Nov 25, 2025
1.12.0 Jul 14, 2025
1.11.1 May 29, 2025
1.10.0 Feb 10, 2025
0.2.0 Oct 4, 2023

#221 in Encoding

Download history 2728/week @ 2025-10-14 2752/week @ 2025-10-21 2481/week @ 2025-10-28 2722/week @ 2025-11-04 2997/week @ 2025-11-11 2941/week @ 2025-11-18 2803/week @ 2025-11-25 3677/week @ 2025-12-02 2555/week @ 2025-12-09 3192/week @ 2025-12-16 2687/week @ 2025-12-23 3187/week @ 2025-12-30 3141/week @ 2026-01-06 2900/week @ 2026-01-13 3900/week @ 2026-01-20 3564/week @ 2026-01-27

14,060 downloads per month
Used in 52 crates (5 directly)

BSD-3-Clause

24KB
468 lines

The extism-convert crate is used by the Rust SDK and Rust PDK to provide a shared interface for encoding and decoding values that can be passed to Extism function calls.

A set of types (Json, Msgpack) that can be used to specify a serde encoding are also provided. These are similar to axum extractors - they are implemented as a tuple struct with a single field that is meant to be extracted using pattern matching.


extism-convert

The extism-convert crate is used by the Rust SDK and Rust PDK to provide a shared interface for encoding and decoding values that can be passed to Extism function calls.

A set of types (Json, Msgpack, Protobuf) that can be used to specify a serde encoding are also provided. These are similar to axum extractors - they are implemented as a tuple struct with a single field that is meant to be extracted using pattern matching.

Documentation

See extism-convert on docs.rs for in-depth documentation.

Dependencies

~3.5–5MB
~110K SLoC