spatialos-macro 0.2.4

Procmacro crate used to expand SpatialOS component and types created with spatialos-codegen
Documentation
[[example]]
name = "component_macro"
[dependencies.lazy_static]
version = "1.4.0"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.regex]
version = "1"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "1.0"
[dev-dependencies.spatialos-sdk]
version = "0.1.5"

[lib]
proc_macro = true

[package]
authors = ["Thomas Nicollet <thomas.nicollet@epitech.eu>"]
description = "Procmacro crate used to expand SpatialOS component and types created with spatialos-codegen"
edition = "2018"
homepage = "https://github.com/Project-StarDust/spatialos-macro"
license = "GPL-3.0-or-later"
name = "spatialos-macro"
readme = "README.md"
repository = "https://github.com/Project-StarDust/spatialos-macro"
version = "0.2.4"