stratus

Macro gen_test_json

Source
macro_rules! gen_test_json {
    ($type:ty) => { ... };
}
Expand description

Generates a unit test that verifies JSON serialization/deserialization compatibility using snapshots.