#solana #pack #initialized

clone-solana-program-pack

Solana Pack serialization trait

1 stable release

new 2.2.1 Apr 30, 2025

#614 in Magic Beans

Download history 107/week @ 2025-04-27

107 downloads per month
Used in 33 crates (3 directly)

Apache-2.0

27KB
390 lines

The Pack serialization trait This is a specific serialization API that is used by many older programs in the Solana Program Library to manage account state. It is not generally recommended for new code since it does not define a language-independent serialization format.

Dependencies

~0.3–5.5MB
~16K SLoC