profi-attributes 0.1.1

Procedural macro attributes for the profi crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.proc-macro-crate]
version = "3.1.0"

[lib]
proc-macro = true

[package]
authors = ["Liam <liam@garriga.dev>"]
categories = ["development-tools"]
description = "Procedural macro attributes for the profi crate"
edition = "2021"
keywords = ["instrumentation", "profiling", "performance", "multithreaded", "macro"]
license = "MIT"
name = "profi-attributes"
readme = "README.md"
repository = "https://github.com/lyonsyonii/profi"
version = "0.1.1"