New crate: log-types. Not too useful by itself, but experimenting with how it could be integrated in the larger `key-value logging` story by creating common types to mark certain events (http request, http response -- span start, span end). https://docs.rs/log-types/1.0.0/log_types/ …
Okay, also went ahead and made a PR to log to make the kv docs slightly nicer. Not bad I think! https://github.com/rust-lang-nursery/log/pull/352 …