podded 0.5.3

Zero-copy types for constraint environments
Documentation
<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>
<p align="center">
  <a href="https://github.com/metaplex-foundation/podded/actions/workflows/main.yml"><img src="https://img.shields.io/github/actions/workflow/status/metaplex-foundation/podded/main.yml?logo=GitHub" /></a>
  <a href="https://crates.io/crates/podded"><img src="https://img.shields.io/crates/v/podded?logo=rust" /></a>
</p>

## 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
```