7 releases (4 stable)

Uses old Rust 2015

1.2.1 May 11, 2017
1.2.0 Oct 22, 2016
1.1.0 Sep 29, 2016

#47 in #hierarchical

Download history 252/week @ 2023-12-06 338/week @ 2023-12-13 284/week @ 2023-12-20 164/week @ 2023-12-27 221/week @ 2024-01-03 374/week @ 2024-01-10 355/week @ 2024-01-17 439/week @ 2024-01-24 178/week @ 2024-01-31 242/week @ 2024-02-07 315/week @ 2024-02-14 286/week @ 2024-02-21 300/week @ 2024-02-28 318/week @ 2024-03-06 316/week @ 2024-03-13 275/week @ 2024-03-20

1,255 downloads per month
Used in 24 crates (8 directly)

MPL-2.0 license

14KB
89 lines

slog-stream - io::Write streamer for slog-rs

Travis CI Build Status slog-stream on crates.io slog-rs Gitter Chat


lib.rs:

io::Write streamer for slog-rs

One of the main drains not included in the core slog-rs create. Streamer drain serializes logging records into stream of bytes using given Format and writes it to a given io::Write.

Dependencies

~220KB