| Crates.io | kona-plasma |
| lib.rs | kona-plasma |
| version | 0.0.1 |
| created_at | 2024-06-22 23:11:06.228161+00 |
| updated_at | 2024-06-22 23:11:06.228161+00 |
| description | Plasma Data Availability Adapter |
| homepage | https://github.com/ethereum-optimism/kona |
| repository | https://github.com/ethereum-optimism/kona |
| max_upload_size | |
| id | 1280857 |
| size | 26,418 |
kona-plasmaPlasma Data Availability Adapter for kona-derive.
kona-plasma is an implementation of the Plasma OP Stack Specification in rust.
Add kona-plasma to your Cargo.toml.
[dependencies]
kona-plasma = "0.0.1"
# Serde is enabled by default and can be disabled by toggling default-features off
# kona-plasma = { version = "0.0.1", default-features = false }
[serde] serialization and deserialization support for kona-plasma types.
By default, the serde feature is enabled on kona-plasma.