Expand description

This crate is simply used for StrawberryVM.

It implements these macros:

  • FromU8 for automatically implementing from u8 traits
  • VmInstruction for creating encode functions, implementing traits, etc.

It is not intended to be used outside of the StrawberryVM project but if you find a use for it somehow, go ahead!

Derive Macros

  • Automatically implements the from u8 trait for ease of use
  • Automatically creates encode function and implements from traits.