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