<h1 align="center">
Podded
</h1>
<p align="center">
Zero-copy types for constraint environments.
</p>
<p align="center">
<img width="600" alt="Metaplex Podded" src="https://github.com/metaplex-foundation/podded/assets/729235/183f470e-01dd-4bb9-aeef-75f9c72d725a" />
</p>
## Overview
This library offer `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
```