Skip to content

Commit

Permalink
feat: Add support for Key-Value data in log records.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmccombs committed Jan 10, 2024
1 parent a3fe390 commit b5f0ea0
Show file tree
Hide file tree
Showing 4 changed files with 343 additions and 52 deletions.
62 changes: 62 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ color = ["dep:termcolor"]
auto-color = ["dep:is-terminal", "color"]
humantime = ["dep:humantime"]
regex = ["dep:regex"]
kv_unstable = ["log/kv_unstable"]

[dependencies]
log = { version = "0.4.8", features = ["std"] }
Expand Down

0 comments on commit b5f0ea0

Please sign in to comment.