hpl-compression-macro-merkle-tree-apply-fn 0.0.2

HPL macro for defining an platform-gate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "hpl-compression-macro-merkle-tree-apply-fn"
version = "0.0.2"
author = ['Sultan Nadeem <sultanndilaram@gmail.com>']
repository = "https://github.com/Honeycomb-Protocol/hpl-compression"
edition = "2021"
license = "MIT"
description = "HPL macro for defining an platform-gate"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1"
quote = "1"
syn = { version = "2.0.28", features = ["full"] }