Crate matrix_pickle_derive

Source
Expand description

Derive support for the matrix-pickle crate.

Please take a look at the docs for the matrix-pickle crate to see how to use the derive support.

Derive Macrosยง

  • Derive an Decode implementation for a struct or enum.
  • Derive an Encode implementation for a struct or enum.