meshpulse_derive 0.2.0

This crate provides a derive macro for the meshpulse crate. It allows you to easily implement the `MeshPulse` trait for your own types.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"

[features]
amqp = []
default = ["mqtt"]
grpc = []
mqtt = []

[lib]
proc-macro = true

[package]
categories = ["communication"]
description = "This crate provides a derive macro for the meshpulse crate. It allows you to easily implement the `MeshPulse` trait for your own types.\n"
documentation = "https://docs.rs/meshpulse"
edition = "2021"
homepage = "https://github.com/tluijken/meshpulse"
keywords = ["MQTT", "AMQP", "gRPC", "HTTP", "communication"]
license = "MIT"
name = "meshpulse_derive"
readme = "README.md"
repository = "https://github.com/tluijken/meshpulse"
version = "0.2.0"