arthas_derive 0.1.0

Macros 1.1 implementation of #[derive(Arthas)]
[dependencies]
quote = "^0.3"
regex = "^0.1"
syn = "^0.11"

[lib]
crate-type = ["proc-macro"]
name = "arthas_derive"
path = "src/lib.rs"
plugin = true

[package]
authors = ["fengcen <fengcen.love@gmail.com>"]
description = "Macros 1.1 implementation of #[derive(Arthas)]"
documentation = "https://github.com/fengcen/arthas"
homepage = "https://github.com/fengcen/arthas"
keywords = ["database", "in-memory", "structure", "db", "embedded"]
license = "MIT"
name = "arthas_derive"
repository = "https://github.com/fengcen/arthas.git"
version = "0.1.0"