netsim-embed-macros 0.2.0

supporting macros for the 'ipc' feature of netsim-embed
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "netsim-embed-macros"
version = "0.2.0"
edition = "2021"
authors = ["@ekleog"]
description = "supporting macros for the 'ipc' feature of netsim-embed"
license = "MIT"
repository = "https://github.com/ipfs-rust/netsim-embed"

[lib]
proc-macro = true

[dependencies]
quote = "1.0.26"
rand = "0.8.5"
syn = { version = "2.0.8", features = ["full"] }