async-rs / async-log

Async tracing capabilities for the log crate
Apache License 2.0
98 stars 5 forks source link

Expose a feature to disable proc-macro support #6

Open yoshuawuyts opened 5 years ago

yoshuawuyts commented 5 years ago

syn/quote take a lot of time to build. we should have a feature to turn them off (while enabled by default)