Crate snarky_deriver

source ·
Expand description

This crate is not meant to be imported directly by users. You should import kimchi instead.

snarky-deriver adds a number of derives to make snarky easier to use. Refer to the snarky documentation.

Derive Macros

  • The SnarkyType derive macro. It generates implementations of [kimchi::snarky::SnarkyType], as long as your structure’s fields implement that type as well. It works very similarly to [serde].