Expand description
Crate defining an interface for managing type-length-value entries in a slab of bytes, to be used with Solana accounts.
Re-exports§
pub use solana_account_info;
pub use solana_decode_error;
pub use solana_program_error;
Modules§
- error
- Error types
- length
- Module for the length portion of a Type-Length-Value structure
- state
- Type-length-value structure definition and manipulation
- variable_
len_ pack - The
VariableLenPack
serialization trait.