slog-html 0.1.2

Html formatter for slog-rs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "slog-html"
version = "0.1.2"
authors = ["Daniel Faust <hessijames@gmail.com>"]
description = "Html formatter for slog-rs"
keywords = ["slog", "logging", "html"]
license = "MPL-2.0"
documentation = "https://docs.rs/slog-html"
homepage = "https://github.com/dfaust/slog-html"
repository = "https://github.com/dfaust/slog-html"
readme = "README.md"

[dependencies]
slog = { version = "1.4", features = ["max_level_trace", "release_max_level_trace"] }
slog-stream = "1.2"
chrono = "0.2"