rebpf-macro 0.1.1

Utility macros to write ebpf programs.
Documentation
[package]
name = "rebpf-macro"
version = "0.1.1"
authors = ["Lorenzo Vannucci <lorenzo@vannucci.io>"]
edition = "2018"
license = "MIT"
documentation = "https://docs.rs/rebpf-macro/"
repository = "https://github.com/uccidibuti/rebpf"
description = """
Utility macros to write ebpf programs.
"""
keywords = ["bpf", "ebpf", "rebpf"]

[lib]
proc-macro = true

[dependencies]
syn = "0.15"
quote = "0.6"
proc-macro2 = "0.4"