from-sqlite-row-macro 1.0.0

from-sqlite-row-macro 是一个配套dev-tool crate,对自定义的结构体进行从row转为自定义结构的简化编写方式。
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0"

[lib]
name = "from_sqlite_row_macro"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["theorydance <ranfusheng@dingtalk.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "from-sqlite-row-macro 是一个配套dev-tool crate,对自定义的结构体进行从row转为自定义结构的简化编写方式。"
documentation = "https://crates.io/crates/from-sqlite-row-macro"
edition = "2024"
keywords = ["tool", "macro"]
license = "MIT"
license-file = "LICENSE"
name = "from-sqlite-row-macro"
readme = "README.md"
repository = "https://gitee.com/ranfusheng/rust-dev-tool.git"
resolver = "1"
version = "1.0.0"