async-rs / async-log

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

Use well-known symbols #7

Closed yoshuawuyts closed 4 years ago

yoshuawuyts commented 5 years ago

4 talks about introducing key-value logging. One way to delimit start/end pairs is by using an enum in the right places to accurately match on. We should probably have a separate crate for this.

yoshuawuyts commented 5 years ago

Created https://github.com/yoshuawuyts/log-types