3 releases

0.1.2 Jan 20, 2024
0.1.1 Jan 20, 2024
0.1.0 Jan 20, 2024

#652 in #macro-derive


Used in strawberryvm

MIT license

8KB
133 lines

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! It's licensed under MIT.


lib.rs:

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!

Dependencies

~295–750KB
~18K SLoC