//! Crate defining an interface for managing type-length-value entries in a slab
//! of bytes, to be used with Solana accounts.
extern crate alloc;
// Export current sdk types for downstream users building with a different sdk
// version
// Expose derive macro on feature flag
pub use SplBorshVariableLenPack;
pub use ;