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.