Crate rhaki_cw_plus_macro

source ·

Attribute Macros§

  • Similar to cosmwasm_schema::cw_serde but without the schemars::JsonSchema implementation.
  • Implements following derive:

Derive Macros§

  • Create another Struct with all fields as Option<T> where T is the original field type.
  • Create another Struct where some fields can be skipped.