Skip to main content

Crate miden_test_serde_macros

Crate miden_test_serde_macros 

Source
Expand description

Proc macros for serde roundtrip testing in Miden VM

This crate provides the serde_test macro for generating round-trip serialization tests for both JSON (via serde) and binary (via miden-crypto’s Serializable/Deserializable traits).

Attribute Macros§

serde_test
This macro is used to generate round-trip serialization tests.