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.