Podded

Zero-copy types for constraint environments.

Metaplex Podded

## Overview A collection of `Pod`-enabled types and non-static sized data structures that offer zero-copy performance. ## Getting Started ```rust cargo add podded ``` ## Testing You may run the following command to build and run its Rust tests. ```rust cargo test ```