Expand description
Crate containing Pod types and bytemuck utilities used in TPL
Re-exports§
pub use trezoa_program_error;pub use trezoa_program_option;pub use trezoa_pubkey;
Modules§
- bytemuck
- wrappers for
bytemuckfunctions - error
- Error types
- list
- option
- Generic
Optionthat can be used as aPodfor types that can have a designatedNonevalue. - optional_
keys - Optional pubkeys that can be used a
Pods - pod_
length - 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* integers and standard integers.