mirror of
https://github.com/enso-org/enso.git
synced 2024-12-21 06:01:59 +03:00
b0b035e73d
* profiling instrumentation * Support native testing with mock impl of `mod js` * Add benchmarks * Wrapper: support methods. * `#[profile]`: work in any context * feature-gate lineno info that breaks IDE * Support async; more docs; add perf analysis * docs & formatting
18 lines
319 B
TOML
18 lines
319 B
TOML
[package]
|
|
name = "enso-profiler-macros"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|
|
syn = { version = "1.0", features = [ "full", "visit-mut" ] }
|
|
Inflector = "0.11"
|
|
|
|
[features]
|
|
lineno = []
|