11 releases (6 stable)

1.2.0 Mar 12, 2024
1.1.0 Feb 22, 2024
1.0.3 Jan 22, 2024
1.0.0-rc7 Dec 16, 2023
0.1.0 Oct 4, 2023

#782 in Encoding

Download history 3759/week @ 2024-01-08 3428/week @ 2024-01-15 3791/week @ 2024-01-22 2948/week @ 2024-01-29 3820/week @ 2024-02-05 4364/week @ 2024-02-12 3395/week @ 2024-02-19 4327/week @ 2024-02-26 2746/week @ 2024-03-04 2498/week @ 2024-03-11 2775/week @ 2024-03-18 1664/week @ 2024-03-25 2505/week @ 2024-04-01 2466/week @ 2024-04-08 1304/week @ 2024-04-15 2314/week @ 2024-04-22

8,640 downloads per month
Used in 20 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
~78K SLoC