You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instruction: Add no-alloc helper for instruction data (#4)
* instruction: Add no-alloc helper for instruction data
#### Problem
Constructing instruction data requires using a serialization library
such as bincode or borsh, but it's much simpler to create an instance of
the instruction and just reinterpret those bytes (assuming the type is a
properly packed struct).
#### Summary of changes
Add a helper for creating a type used for instruction data.
* Bump patch version
0 commit comments