prop_tune_macro 0.1.0

The procedural macro crate for proc_tune
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "prop_tune_core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f89e3bc273707d2a5c073bbbb45c8351d0f2a081bad82f053f77d69a264959b"

[[package]]
name = "prop_tune_macro"
version = "0.1.0"
dependencies = [
 "prop_tune_core",
]