18 releases (stable)

1.8.0 Oct 22, 2024
1.5.0 Jul 23, 2024
1.2.0 Mar 12, 2024
1.0.0-rc7 Dec 16, 2023
0.2.0 Oct 4, 2023

#392 in Encoding

Download history 3783/week @ 2024-07-22 4162/week @ 2024-07-29 1582/week @ 2024-08-05 1707/week @ 2024-08-12 3658/week @ 2024-08-19 2446/week @ 2024-08-26 2419/week @ 2024-09-02 2368/week @ 2024-09-09 2447/week @ 2024-09-16 4773/week @ 2024-09-23 3419/week @ 2024-09-30 3774/week @ 2024-10-07 2077/week @ 2024-10-14 2860/week @ 2024-10-21 1953/week @ 2024-10-28 1087/week @ 2024-11-04

8,262 downloads per month
Used in 23 crates (2 directly)

BSD-3-Clause

23KB
445 lines

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.


lib.rs:

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.

Dependencies

~2.5–4MB
~80K SLoC