kvlog

Crates.iokvlog
lib.rskvlog
version0.1.3
created_at2025-04-28 18:14:06.201397+00
updated_at2025-04-30 18:27:35.317986+00
descriptionFast Structual and Hierarchical binary logging for rust
homepage
repositoryhttps://github.com/exrok/kvlog
max_upload_size
id1652505
size99,476
Thomas Dagenais (exrok)

documentation

README

KVLog | Fast Structural and Hierarchical binary logging for rust

Example:

kvlog::info!("This is a message", key = "value", other = 23);
Commit count: 9

cargo fmt