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
euclid_macros 0.1.0 - Docs.rs
[go: Go Back, main page]

euclid_macros 0.1.0

Euclid implementation detail
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "euclid_macros"
version = "0.1.0"
authors = ["Emilio Cobos Álvarez <emilio@crisal.io>", "The Servo project developers"]
description = "Euclid implementation detail"
license = "MIT / Apache-2.0"

[lib]
path = "lib.rs"
proc-macro = true

[dependencies]
proc-macro2 = "0.4"
quote = "0.6"
syn = { version = "0.15", features = ["visit"] }