Expand description
Crate containing Pod types and bytemuck utils used in SPL
Re-exports§
pub use miraland_program;
Modules§
- bytemuck
- wrappers for bytemuck functions
- error
- Error types
- optional_
keys - Optional pubkeys that can be used a
Pods - primitives
- primitive types that can be used in
Pods - slice
- Special types for working with slices of
Pods
Macros§
- impl_
int_ conversion - Simple macro for implementing conversion functions between Pod* ints and standard ints.