cassandra_macro_derive 0.1.2

Macros 1.1 implementation of #[derive(Cassandra)]
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["NunuM <nuno@nunum.me>"]
description = "Macros 1.1 implementation of #[derive(Cassandra)]"
edition = "2018"
homepage = "https://github.com/NunuM/rust-cassandra-tables-from-rust-struct-macro"
keywords = ["cassandra", "api", "migrations", "automation", "cql"]
license = "MIT"
name = "cassandra_macro_derive"
readme = "README.md"
repository = "https://github.com/NunuM/rust-cassandra-tables-from-rust-struct-macro"
version = "0.1.2"