3 releases
0.1.2 | Jan 20, 2024 |
---|---|
0.1.1 | Jan 20, 2024 |
0.1.0 | Jan 20, 2024 |
#64 in #u8
Used in strawberryvm
8KB
133 lines
This crate is simply used for StrawberryVM.
It implements these macros:
FromU8
for automatically implementing from u8 traitsVmInstruction
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 traitsVmInstruction
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
~280–730KB
~17K SLoC