Expand description
Crate containing Pod
types and bytemuck
utils used in SPL
Re-exports§
pub use solana_decode_error;
pub use solana_msg;
pub use solana_program_error;
pub use solana_program_option;
pub use solana_pubkey;
Modules§
- bytemuck
- wrappers for bytemuck functions
- error
- Error types
- option
- Generic
Option
that can be used as aPod
for types that can have a designatedNone
value. - optional_
keys - Optional pubkeys that can be used a
Pod
s - primitives
- primitive types that can be used in
Pod
s - slice
- Special types for working with slices of
Pod
s
Macros§
- impl_
int_ conversion - Simple macro for implementing conversion functions between Pod* ints and standard ints.