ipcs-codegen 0.0.1-alpha.1

Shim for generating IPCS entrypoint
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "ipcs-codegen"
version = "0.0.1-alpha.1"
authors = ["Michal Hornicky <semtexzv@gmail.com>"]
repository = "https://github.com/semtexzv/ipcs"
description = "Shim for generating IPCS entrypoint"
edition = "2018"
license = "MIT"

[lib]
proc-macro = true

[dependencies]
quote = "1.0"
syn = { version = "1.0.35", features = ["full"] }