1 unstable release

0.0.1 Jun 22, 2024

#4 in #plasma

Download history 207/week @ 2024-06-22

207 downloads per month

MIT license

1.5MB
11K SLoC

kona-plasma

Plasma Data Availability Adapter for kona-derive.

kona-plasma is an implementation of the Plasma OP Stack Specification in rust.

Usage

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 }

Features

Serde

serde serialization and deserialization support for kona-plasma types.

By default, the serde feature is enabled on kona-plasma.

Dependencies

~15–32MB
~617K SLoC