Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
serde_macros 0.3.1 - Docs.rs
[go: Go Back, main page]

serde_macros 0.3.1

Macros to auto-generate implementations for the serde framework
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "serde_macros"
version = "0.3.1"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Macros to auto-generate implementations for the serde framework"
repository = "https://github.com/erickt/rust-serde"

[lib]
name = "serde_macros"
plugin = true

[dependencies]
aster = "*"
quasi = "*"
quasi_macros = "*"