podded 0.1.0

Zero-copy types for constraint environments
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.bytemuck]
features = ["derive"]
version = "^1.14"

[lib]
crate-type = ["lib"]
path = "src/lib.rs"
test = true

[package]
authors = ["Metaplex Developers <dev@metaplex.com>"]
description = "Zero-copy types for constraint environments"
edition = "2021"
license = "MIT"
name = "podded"
readme = "README.md"
repository = "https://github.com/metaplex-foundation/podded"
version = "0.1.0"