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

#60 in #hierarchical

Download history 387/week @ 2024-07-24 637/week @ 2024-07-31 395/week @ 2024-08-07 668/week @ 2024-08-14 357/week @ 2024-08-21 407/week @ 2024-08-28 404/week @ 2024-09-04 355/week @ 2024-09-11 409/week @ 2024-09-18 652/week @ 2024-09-25 454/week @ 2024-10-02 305/week @ 2024-10-09 454/week @ 2024-10-16 397/week @ 2024-10-23 389/week @ 2024-10-30 387/week @ 2024-11-06

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