Registry / serialization / spl-pod

spl-pod

JSON →
library0.7.2rscratesunverified

Solana Program Library Plain Old Data (Pod) types for zero-copy deserialization.

# Cargo.toml [dependencies] spl-pod = "0.7.2"
INSTALL
IMPORT
SIG · SPL-POD
S
spl-pod
serializationrustv0.7.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Pod
use spl_pod::Pod;

Creates a Pod from raw bytes.

use spl_pod::Pod; fn main() { let data = [0u8; 32]; let pod = Pod::from_bytes(&data); println!("Pod created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
spl-pod — cargo add spl-pod · libregistry