loupe-derive 0.1.3

Profiling tool for Rust, see the `loupe` crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "loupe-derive"
version = "0.1.3"
description = "Profiling tool for Rust, see the `loupe` crate"
repository = "https://github.com/wasmerio/loupe"
license = "MIT"
edition = "2018"

[lib]
proc-macro = true

[dependencies]
syn = { version = "1.0", features = ["full"] }
quote = "1.0"