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

Modules

  • Discriminator for differentiating account types, the “Type” in the Type-Length-Value structure. Since the word “type” is reserved in Rust, we use the term “Discriminator” and “Type” interchangeably.
  • Error types
  • Module for the length portion of a Type-Length-Value structure
  • Pod types to be used with bytemuck for zero-copy serde
  • Type-length-value structure definition and manipulation