Skip to content

Commit 549fcda

Browse files
committed
feat: Add support for Key-Value data in log records.
See rust-lang/log#328
1 parent a3fe390 commit 549fcda

File tree

4 files changed

+343
-52
lines changed

4 files changed

+343
-52
lines changed

Cargo.lock

Lines changed: 62 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ color = ["dep:termcolor"]
4242
auto-color = ["dep:is-terminal", "color"]
4343
humantime = ["dep:humantime"]
4444
regex = ["dep:regex"]
45+
kv_unstable = ["log/kv_unstable"]
4546

4647
[dependencies]
4748
log = { version = "0.4.8", features = ["std"] }

0 commit comments

Comments
 (0)