Add Store and db_encode_derive.

Implementation is not complete, but what is here works.
This commit is contained in:
Paul Hauner
2019-04-01 14:56:32 +11:00
parent b03dfdce59
commit ebe47a5b34
17 changed files with 1748 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
[package]
name = "db_encode_derive"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
description = "Procedural derive macros for `db_encode` encoding and decoding."
[lib]
proc-macro = true
[dependencies]
syn = "0.15"
quote = "0.6"