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

#55 in #hierarchical

Download history 374/week @ 2024-04-06 381/week @ 2024-04-13 410/week @ 2024-04-20 417/week @ 2024-04-27 341/week @ 2024-05-04 287/week @ 2024-05-11 318/week @ 2024-05-18 307/week @ 2024-05-25 350/week @ 2024-06-01 256/week @ 2024-06-08 295/week @ 2024-06-15 319/week @ 2024-06-22 530/week @ 2024-06-29 291/week @ 2024-07-06 504/week @ 2024-07-13 429/week @ 2024-07-20

1,786 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

~215KB