[go: up one dir, main page]

clvm-utils 0.3.0

Utility functions for processing clvm programs and structures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "clvm-utils"
version = "0.3.0"
edition = "2021"
license = "Apache-2.0"
description = "Utility functions for processing clvm programs and structures"
authors = ["Arvid Norberg <arvid@chia.net>"]
homepage = "https://github.com/Chia-Network/chia_rs/"
repository = "https://github.com/Chia-Network/chia_rs/clvm-utils"

[dependencies]
clvmr = "0.3.0"
clvm-traits = { version = "=0.2.14" }

[dev-dependencies]
hex = "0.4.3"